Date: Wed, 7 Jan 1998 11:14:06 +0200 (IST) From: Eli Zaretskii To: elizabeth anne dominy cc: djgpp AT delorie DOT com Subject: Re: Inline ASM INT syntax In-Reply-To: <01bd1acc$3eba76e0$87a903c4@msunguli.global.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 6 Jan 1998, elizabeth anne dominy wrote: > How does one call an interrupt in inline ASM? > > Intel format is INT 0xXXX > But AT&T format doesn't like the operands? int $0xNN Note the $ character: you need to use it with literal constants in the AT&T syntax.