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
/
test6.asm
blob
cf6dca0da65b26ed01e53e67d308ef5ecce57128
1
; test6.asm
2
; assemble with; nasm -O2 ...
3
;
4
%
rep
20000
5
jmp
forward
6
%
endrep
7
forward:
dd
forward
8
9