Xref: news2.mv.net comp.os.msdos.djgpp:5374 From: Nick Collier Newsgroups: comp.os.msdos.djgpp Subject: Using Structures in Assembly Date: Tue, 25 Jun 1996 11:26:57 -0400 Organization: The Internet Access Company Lines: 7 Message-ID: <31D00541.3729@tiac.net> NNTP-Posting-Host: 206.119.237.218 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I am trying to convert some TASM code to AT+T syntax for use with djgpp. How can I use a structure that gets used by a function coded in assembly. Do need to use the offsets from the beginning of the structure or can I use .globl in someway to do this. Or are both these completely wrong. Please help. TIA, Nick