mpir/yasm/modules/objfmts/elf/tests/nasm-forceident.asm

13 lines
86 B
NASM
Raw Normal View History

2008-06-15 16:20:16 -04:00
section ".text"
section '.text'
section $foo
global $Test
$Test:
mov ax, 0
ret