From: "James T'seleie" Newsgroups: comp.os.msdos.djgpp Subject: Using ASM with DJGPP Date: 27 Jul 1997 03:56:57 GMT Organization: NTnet News Server Lines: 15 Message-ID: <01bc9a3f.97b88240$8453f7c7@humbug> NNTP-Posting-Host: dialup-132.yellowknife.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I can't seem to figure out why a program that uses ASM won't compile with DJGPP. The errorsI seem to be getting say "parse error before 'mov', and nondigits in number and not hexadecimal" for the line that has "10h" in it. the following is the code 'm trying to compile: asm mov ah,0 asm mov al,0x13 asm int 10h If anybody could offer me any help with this it would be greatly appreciated. Thanks