From: westonpa AT alcor DOT usc DOT edu (westonpa) Newsgroups: comp.os.msdos.djgpp Subject: Re: How to compile Allergo 2.1 under DJGPP 2.01 (gcc 2.7.2.1) ? Date: 24 Oct 1996 17:26:40 -0700 Organization: University of Southern California, Los Angeles, CA Lines: 7 Sender: westonpa AT alcor DOT usc DOT edu Message-ID: <54p1g0$cph@alcor.usc.edu> References: <19961024 DOT 205512 DOT 6535 DOT 2 DOT chambersb AT juno DOT com> <54ori0$1e8_002 AT fmsc DOT com DOT au> NNTP-Posting-Host: alcor.usc.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Well, the way I got it to work was to changed the lines in _both_ the BANK_SWITCHER routines for the mach64 found in bank.s from "incl %ah" to "incb %ah". Hope this helps. --Weston