mpir/yasm/modules/objfmts/elf/tests/nasm-forceident.asm
2008-06-15 20:20:16 +00:00

13 lines
86 B
NASM

section ".text"
section '.text'
section $foo
global $Test
$Test:
mov ax, 0
ret