From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: Help with Allegro! SOLUTION (?) Date: Tue, 05 Nov 1996 15:25:09 -0500 Organization: Cornell University Lines: 15 Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <327FA2A5.F56@cornell.edu> References: <55mh56$ing AT highway DOT leidenuniv DOT nl> <55o64s$rds AT newsstand DOT cit DOT cornell DOT edu> Reply-To: asu1 AT cornell DOT edu NNTP-Posting-Host: 128 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp to solve the problem, i made the following changes to the bank.s file in the /* mach64 write bank selector */ section, change incl %ah to incb %ah and in the /* mach64 read bank selector */ section, change incl %ah to incb %ah. and everything built fine. QUESTION: is that the correct change? i mean, is it possible that i should have left incl alone and changed %ah to %eax? i don't have an ati card so i cannot test if everything is OK. any answers??? sinan.