Accessing array in MASM
Posted
by Jamie
on Stack Overflow
See other posts from Stack Overflow
or by Jamie
Published on 2010-05-29T11:34:25Z
Indexed on
2010/05/29
11:42 UTC
Read the original article
Hit count: 350
Hi guys,
let's assume I've got the address of my array (passed as a pointer to the function) in esi register. How can I access a particular cell of the array? i.e:
my_array[a + b * c]
where c is constant.
Thank you for the fast reply!
Cheers
© Stack Overflow or respective owner