repo.or.cz
/
nasm
/
avx512.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
NASM 0.98.03
[nasm/avx512.git]
/
test
/
test4c.asm
blob
5d87349041e4c13b0304b98555c2deb66ed47de2
1
use32
2
cpu
386
3
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