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

22 lines
183 B
NASM

[section text]
aaa
aam
div ax
imul eax
[section .data]
db 'hello',0
[section .TEXT]
div al
bswap eax
[section .bss]
resb 25
[section .data]
db 'bye!',0
[section .TEXT]
mov ax, 5