Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!bbn!usc!hacgate!gryphon!pnet02!shaulp From: shaulp@pnet02.cts.com (Shaul Peleg) Newsgroups: comp.sys.amiga.tech Subject: Re: Storage in Assembly Message-ID: <15790@gryphon.COM> Date: 14 May 89 22:40:10 GMT Sender: root@gryphon.COM Organization: People-Net [pnet02], Redondo Beach, CA. Lines: 21 Ok... I have another problem with this... In C I owuld be able to do this: struct vertex { int pos[3] next* }; (sorry if this is not so good.. I just made it up) (lets stick with vertices for now) ok.. sinceI am declaring a new array everytime I don't have to declare it all at the sasme time which would be disastrous.. my question is.. if I created a include file with a structure for a vertex such as the one in C.. would I be able to 'DS.L' from the middle or must this always be declared at the end of the program? Is there any way around all of this? What about the naming of these structures? The firts one would be called VERTEX.. what should the system for naming these be? Please help me! I can't get anything done without this basic info. -=SP=- UUCP: {ames!elroy, }!gryphon!pnet02!shaulp INET: shaulp@pnet02.cts.com