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
/
test2a.asm
blob
2ed09a762b58bf7617ff5acb9a9d86900612c565
1
use32
2
cpu P3
3
4
debugdump001:
5
goo:
jmp
foo
6
; cpu 386
7
jc near
foo
8
mov
ax
,[
si
+
5
]
9
mov
ax
,[
si
-
7
]
10
mov
ax
,[
si
+
n
]
11
align
16
12
; cpu 486
13
bswap
edx
14
; cpu 186
15
resb
10
16
foo:
jmp
goo
17
jc
goo
18
jmp short
goo
19
debugdump002:
push
0
20
n
equ
3
21
22