Message-Id: <199610252149.RAA01953@delorie.com> From: "Troy D. Van Horn" Subject: Re: How to compile Allergo 2.1 under DJGPP 2.01 (gcc 2.7.2.1) ? To: westonpa AT alcor DOT usc DOT edu (westonpa) Date: Fri, 25 Oct 1996 16:49:10 CDT Cc: trvanhor AT SNOOPY DOT UCollege DOT edu, djgpp AT delorie DOT com In-Reply-To: <54p1g0$cph@alcor.usc.edu>; from "westonpa" at Oct 24, 96 5:26 pm > > 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 > Yep, I hadn't noticed that, but this fixes the problem. Though GAS 2.7 flags the wrong lines with the errors, which is a bug, and GAS 2.5.2 compiles the lines without giving any error, which is a bug. I guess you gotta watch GAS when you are hand coding! Troy....