mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
7 lines
109 B
NASM
7 lines
109 B
NASM
|
|
bits 32
|
||
|
|
start:
|
||
|
|
nop
|
||
|
|
%warning We are at %hex($-$$)
|
||
|
|
;%warning We are at %hex($)
|
||
|
|
%warning We are at %hex($-$$)
|