probably done?

This commit is contained in:
Nikolaj
2021-12-17 13:10:08 +01:00
parent 19ea6644e4
commit bdfb4ec7c2
9 changed files with 46 additions and 27 deletions

9
A5/tests/test3.prime Normal file
View File

@ -0,0 +1,9 @@
test:
movq $100, %rsi
movq $10, %rax
movq %rax, (%rsi)
addq $2, %rax
movq (%rsi), %rax
addq $2, %rax
movq %rax, (%rsi)
stop