summaryrefslogtreecommitdiff
path: root/tests/nasm/multisect2.asm
blob: 2da2d62b28b614552e299fa2033e23be0ff3dd13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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