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
outelf: add panic() for unknown output types
[nasm.git]
/
test
/
splitea.asm
blob
a2d980b244e215d338cd0e9604184981376f7081
1
bits
32
2
3
mov
eax
,[
eax
]
4
mov
eax
,[
eax
+
ecx
]
5
mov
eax
,[
eax
+
ecx
*
4
]
6
mov
eax
,[
eax
+
ecx
*
4
+
8
]
7
8
mov
eax
,[
eax
]
9
mov
eax
,[
eax
,
ecx
]
10
mov
eax
,[
eax
,
ecx
*
4
]
11
mov
eax
,[
eax
+
8
,
ecx
*
4
]