mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04:00
12 lines
167 B
NASM
12 lines
167 B
NASM
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]
|