summaryrefslogtreecommitdiff
path: root/tests/nasm/second.asm
blob: 92e81ee53e61cc57faaacc1846b2145b87df2859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
aaa
aam
mov ax,16
test al,al

blah
xor ax,ax

[SECTION .text]

daa

[SECTION .data]

db 5,6,7,8

[SECTION .text]

jmp blah