probably done?
This commit is contained in:
9
A5/tests/test3.prime
Normal file
9
A5/tests/test3.prime
Normal 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
|
Reference in New Issue
Block a user