3 lines
54 B
NASM
3 lines
54 B
NASM
|
times (label-$+1) db 0
|
||
|
label: db 'NOW where am I?'
|