NASM 0.98.03
[nasm/avx512.git] / test / test4c.asm
blob5d87349041e4c13b0304b98555c2deb66ed47de2
1 use32
2 cpu 386
4 start: jmp able
5 xor ax,ax
6 jc start
7 jnc able
8 jc charlie
9 times 100 nop
10 able: jc start
11 times 100 nop
12 baker: jc start
13 times 100 nop
14 charlie: jc baker
15 jnc able
16 jmp start
17 end: db 0