This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: assembler



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@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]