blob: 92ad4790ca6441b97d173eb701c7e95ef75f13dc [file] [log] [blame]
[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