Sign in
chromium
/
chromium
/
deps
/
nasm.git
/
refs/heads/main
/
.
/
test
/
splitea.asm
blob: a2d980b244e215d338cd0e9604184981376f7081 [
file
] [
log
] [
blame
] [
edit
]
bits
32
mov eax
,[
eax
]
mov eax
,[
eax
+
ecx
]
mov eax
,[
eax
+
ecx
*
4
]
mov eax
,[
eax
+
ecx
*
4
+
8
]
mov eax
,[
eax
]
mov eax
,[
eax
,
ecx
]
mov eax
,[
eax
,
ecx
*
4
]
mov eax
,[
eax
+
8
,
ecx
*
4
]