9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
test:
|
|
movq $100, %rsi
|
|
movq $10, %rax
|
|
movq %rax, (%rsi)
|
|
addq $2, %rax
|
|
movq (%rsi), %rax
|
|
addq $2, %rax
|
|
movq %rax, (%rsi)
|
|
stop |