11 lines
160 B
Plaintext
11 lines
160 B
Plaintext
.pos 0x200
|
|
sum:
|
|
mrmovq 8(%rdx), %rcx
|
|
mrmovq 8(%rax),%rsi
|
|
rmmovq %rsi,8(%rdx)
|
|
rmmovq %rcx, 8(%rax)
|
|
addq $8, %rdx
|
|
addq $120, %rax
|
|
subq %rdi, %rax
|
|
jne sum
|