NASM 0.98.03
[nasm/avx512.git] / test / test4b.asm
blob63448817b9457ffc866e1d62d78e137ebc55f21d
1 use32
2 cpu 186
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