News:

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

How many errors did I make?

Started by frktons, July 22, 2010, 11:20:30 PM

Previous topic - Next topic

frktons

Quote from: dedndave on July 23, 2010, 11:25:27 PM
in the loop - the string pointer is used first, is all
they could be swapped with no real difference
the loop would need to be modified slightly - so the string pointer is [edx+4] and the value is [edx]

Well it is a question of correctly addressing the locations of memory
we need, so if we change the position, the offset changes accordingly.

Good - thanks
Mind is like a parachute. You know what to do in order to use it :-)

dedndave

your INVOKE code is still cleanest - lol

frktons

Quote from: dedndave on July 23, 2010, 11:34:00 PM
your INVOKE code is still cleanest - lol

That is because I don't understand it otherwise  :lol
Mind is like a parachute. You know what to do in order to use it :-)