mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-14 03:19:24 +00:00
12 lines
109 B
NASM
12 lines
109 B
NASM
|
|
||
|
bits 64
|
||
|
|
||
|
_xxx:
|
||
|
jmp _yyy
|
||
|
|
||
|
nop
|
||
|
nop
|
||
|
nop
|
||
|
|
||
|
_yyy:
|
||
|
jmp _xxx - 1
|