6 lines
52 B
NASM
6 lines
52 B
NASM
|
loop:
|
||
|
jmp loop
|
||
|
|
||
|
times 510-($-$$) db 0
|
||
|
dw 0xaa55
|