Message-ID: <373B6290.45BB@bellsouth.net> From: seth Organization: seth X-Mailer: Mozilla 3.0 (Win95; U) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: interupts Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 10 Date: Thu, 13 May 1999 19:38:56 -0400 NNTP-Posting-Host: 209.214.66.79 X-Trace: news2.atl 926635729 209.214.66.79 (Thu, 13 May 1999 18:48:49 EDT) NNTP-Posting-Date: Thu, 13 May 1999 18:48:49 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com How do you do interupts in DJGPP.... I tried but it gave me an error.. how would this look if it was for DJGPP mov ah, 00h mov al, 13h int 10h Thanks