Anyone got a tutorial for masm which uses stucts and arrays and how they are put in the memory?
Thx :U
Hi RedXVII
Check the MASM manuals. There you can find the info you need. It exists an online version too.
Regards,
Biterider
But try searching for "struct" - you'll get better results than for "stuct" :wink
Also have a look at the ASMINTRO help file in MASM32 under the topic "Working With Structures".
There are MASM help files and manuals!!!!? Curious how i didnt think to take a look around the masm32 package, i presume what youre talking about is in there somewhere
Thx fellas :U
You might want to download these too:
Masm Programmers Guide (http://webster.cs.ucr.edu/AsmTools/MASM/MASMDoc/MASM-programmersguide611.zip)
Masm Reference (http://webster.cs.ucr.edu/AsmTools/MASM/MASMDoc/MASMreference611.zip)
They are pretty helpfull to have.
Rags