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
/
test4b.asm
blob
63448817b9457ffc866e1d62d78e137ebc55f21d
1
use32
2
cpu
186
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