mpir/yasm/tests/nasm/dir.asm

15 lines
222 B
NASM
Raw Normal View History

2010-06-25 12:28:41 -04:00
[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]