From: Robert Bilton Newsgroups: comp.os.msdos.djgpp Subject: ASM And Interrupts Date: Fri, 10 Oct 1997 23:33:55 +1000 Organization: RP Internet Services Lines: 12 Message-ID: <343E2EC3.54BF@backmeup.net.au> Reply-To: psycho AT backmeup DOT net DOT au NNTP-Posting-Host: dialin7.rpi.net.au 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 Precedence: bulk I Have A Problem, I LOVE Doing Assembly In The Middle Of My Code, And Often I Need To Do Interrupts With It, Eg SVGA PutPixel Etc... Just One Problem... How Do I Call Interrupts From Within An Inline ASM Statement With DJGPP?? Couldn't Find ANYTHING On It, Found FAQ's Saying About The %% Addressing And The AT&T Byte Order Etc, But Nothing On Interupts... ANY Help Is VERY Muchly Appreciated...