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/test_runs/test3.hex Normal file
View File

@ -0,0 +1,9 @@
00000000 : # test:
00000000 : 645064000000 # movq $100, %rsi
00000006 : 64000a000000 # movq $10, %rax
0000000c : 3905 # movq %rax, (%rsi)
0000000e : 500002000000 # addq $2, %rax
00000014 : 3105 # movq (%rsi), %rax
00000016 : 500002000000 # addq $2, %rax
0000001c : 3905 # movq %rax, (%rsi)
0000001e : 0000 # stop