News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Questin to this register

Started by remus2k, February 06, 2011, 09:28:31 PM

Previous topic - Next topic

remus2k

Hi

What make this square bracket in this register ebx?

mov [ebx],eax

clive

Quote from: remus2k on February 06, 2011, 09:28:31 PM
What make this square bracket in this register ebx?

mov [ebx],eax

The ADDRESS pointed to by EBX

Where EBX = 123456 and EAX = 11223344

MEMORY[123456] = 11223344
It could be a random act of randomness. Those happen a lot as well.