Date: Fri, 01 Sep 2000 08:37:07 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Laidler AT mediaone DOT net Message-Id: <9003-Fri01Sep2000083707+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b CC: djgpp AT delorie DOT com In-reply-to: (Laidler AT mediaone DOT net) Subject: Re: Assembler Problem References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Laidler" > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 01 Sep 2000 01:09:43 GMT > > c:/djgpp/tmp\cc6FJUYE.s:328: Error: suffix or operands invalid for `int > c:/djgpp/tmp\cc6FJUYE.s:477: Warning: Indirect lcall without `*' > c:/djgpp/tmp\cc6FJUYE.s:633: Warning: Indirect lcall without `*' > c:/djgpp/tmp\cc6FJUYE.s:706: Warning: Indirect lcall without `*' This happens because the assembler is now rejecting certain invalid constructs that it was accepting earlier. In this case, put an asterisk `*' before the address in lcall instruction (I'm guessing that the sources use inline assembly).