repo.or.cz
/
nasm.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.09.05
[nasm.git]
/
test
/
larlsl.asm
blob
cddaac79ca2dd356b8b2e7cb386c70c5413d8b51
1
;Testname=test; Arguments=-fbin -olarlsl.bin; Files=stdout stderr larlsl.bin
2
3
bits
64
4
5
lar
ax
,
bx
6
lar
ax
,[
rsi
]
7
lar
ax
,
word
[
rsi
]
8
lar
eax
,
bx
9
lar
eax
,[
rsi
]
10
lar
eax
,
word
[
rsi
]
11
lar
rax
,
bx
12
lar
rax
,[
rsi
]
13
lar
rax
,
word
[
rsi
]
14
15
lsl
ax
,
bx
16
lsl
ax
,[
rsi
]
17
lsl
ax
,
word
[
rsi
]
18
lsl
eax
,
bx
19
lsl
eax
,[
rsi
]
20
lsl
eax
,
word
[
rsi
]
21
lsl
rax
,
bx
22
lsl
rax
,[
rsi
]
23
lsl
rax
,
word
[
rsi
]