Date: Thu, 10 Aug 1995 16:17:26 +1100 From: Bill Currie Subject: Re: AT&T syntax To: djgpp AT sun DOT soe DOT clarkson DOT edu Organization: Tait Electronics Ltd. > Does anyone know the syntax for calling an interrupt with gas? > I read the machine dependencies in the info docs and tried everything > I could think of without success. I'm using djgpp V2-beta2. > Thankfull for any help. As an example int $0x21 will generate interrupt 0x21 (33 dec) (dos API). Hope this helps Bill +--------------+-----------------------------------+ |Bill Currie | "Watch that first step..." | |Christchurch | Jump trooper motto. | |New Zealand | | +--------------+-----------------------------------+