mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-13 02:48:59 +00:00
12 lines
109 B
NASM
12 lines
109 B
NASM
|
|
bits 64
|
|
|
|
_xxx:
|
|
jmp _yyy
|
|
|
|
nop
|
|
nop
|
|
nop
|
|
|
|
_yyy:
|
|
jmp _xxx - 1 |