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 2.04rc6
[nasm/avx512.git]
/
test
/
insnlbl.asm
blob
648bb47f4d6474202cf2c16d1bd750e10dd8ba19
1
;Testname=test; Arguments=-fbin -oinsnlbl.bin; Files=.stdout .stderr insnlbl.bin
2
3
;
4
; Test "instruction as label" -- make opcodes legal as labels if
5
; they are followed by a colon.
6
;
7
8
do:
jmp dq
+
2
9
dw
do
,
add
,
sub
,
dq
10
add:
jmp add
-
2
11
sub:
jmp
do
+
2
12
dq:
dw
$
-
sub