Files
Compsys-2021-Assignments/A5/test_runs/test3.hex
2021-12-17 13:10:08 +01:00

10 lines
480 B
Plaintext

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