The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: RedXVII on October 26, 2005, 03:13:55 AM

Title: Stucts
Post by: RedXVII on October 26, 2005, 03:13:55 AM
Anyone got a tutorial for masm which uses stucts and arrays and how they are put in the memory?

Thx  :U
Title: Re: Stucts
Post by: Biterider on October 26, 2005, 09:35:18 AM
Hi RedXVII
Check the MASM manuals. There you can find the info you need. It exists an online version too.

Regards,

Biterider
Title: Re: Stucts
Post by: Tedd on October 26, 2005, 12:01:37 PM
But try searching for "struct" - you'll get better results than for "stuct" :wink
Title: Re: Stucts
Post by: hutch-- on October 26, 2005, 03:23:49 PM
Also have a look at the ASMINTRO help file in MASM32 under the topic "Working With Structures".
Title: Re: Stucts
Post by: RedXVII on October 27, 2005, 04:50:26 PM
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
Title: Re: Stucts
Post by: rags on October 27, 2005, 09:26:17 PM
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