mpir/yasm/tests/nasm/dir.asm
2010-06-25 16:28:41 +00:00

15 lines
222 B
NASM

[bits]
[bits 16]
[bits 32]
[bits 16:16]
[bits 16 16]
[section .data align=16]
[section .data blah=5]
[absolute 20]
[absolute 0x50 20:5]
[blah ask]
[section blah align=4]
[section blah align=16]
[common tst 4]
[common tre]