repo.or.cz
/
nasm
/
sigaren-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
test/Makefile: add more output rules
[nasm/sigaren-mirror.git]
/
test
/
br2003451.asm
blob
fb309a99af662c4ffdf951aa2a62c75228663a09
1
cpu
8086
2
org
0
3
4
; MOV r/m16,imm16
5
; (imm16 given as number)
6
mov
word
[
bx
],
10h
7
8
; MOV r/m16,imm16
9
; (imm16 given as label)
10
mov
word
[
bx
],
label
11
12
align
10h
13
14
; This label is at address 10h
15
label: