From: westonpa AT alcor DOT usc DOT edu (westonpa) Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro 2.1 Date: 5 Nov 1996 17:34:44 -0800 Organization: University of Southern California, Los Angeles, CA Lines: 22 Sender: westonpa AT alcor DOT usc DOT edu Message-ID: <55opvk$j0b@alcor.usc.edu> References: <55o97u$99k AT pulp DOT ucs DOT ualberta DOT ca> NNTP-Posting-Host: alcor.usc.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp gorman AT gpu DOT srv DOT ualberta DOT ca (Gorman) writes: >When I compile Allegro 2.1 in DJGPP V2 using the makefile, the >following (and ONLY) error occurs in BANK.S >gcc -I. -Isrc -Wall -o obj/bank.o -c src/bank.S >d:/djgpp/tmp\ccdaaaaa: Assembler messages: >d:/djgpp/tmp\ccdaaaaa:252: Error: register does not match opcode >suffix >d:/djgpp/tmp\ccdaaaaa:269: Error: register does not match opcode >suffix >make.exe: *** [obj/bank.o] Error 1 As has been mentioned before, just change the line "incl %ah" to "incb %ah" in BOTH the BANK_SWITCHER routines for mach64. --Weston >What the heck is going on? >Thanx...Gorman