mpir/yasm/tests/nasm/multisect2.asm

22 lines
183 B
NASM
Raw Normal View History

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