From: root AT jacob DOT remcomp DOT fr (root) Subject: Re: assembler 25 Oct 1998 14:53:34 -0800 Message-ID: References: Content-Type: text To: gnu-win32 AT cygnus DOT com On Sat, 24 Oct 1998, Alex wrote: > i thought it was > asm{ > mov ax, 13h; > int 10h; > } > but i got errors when i compiled that with gcc Look Alex: MS-DOS is gone since at least three years now. You can't do the msdos interrupts in the old way anymore. This code will crash when running in protected flat mode. PLEASE NOTE: DO NOT USE MSDOS INTERRUPTS UNder WINDOWS!!!!!!! They will NEVER work!!!! -- Jacob Navia Logiciels/Informatique 41 rue Maurice Ravel Tel 01 48.23.51.44 93430 Villetaneuse Fax 01 48.23.95.39 France - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".