Date: Sat, 25 Nov 2000 17:54:44 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: DarkRealms AT netcabo DOT pt Message-Id: <8011-Sat25Nov2000175444+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <8voegk$dv5$1@venus.telepac.pt> (DarkRealms@netcabo.pt) Subject: Re: " Warning : indirect ljmp without '*' " (AS) References: <8voegk$dv5$1 AT venus DOT telepac DOT pt> 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: "Frederico Jernimo" > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 25 Nov 2000 13:22:21 -0000 > > I've built a program that uses an assembly based wrapper to install > hardware > interrupt handlers. The program compiled just fine under djgpp 2.02. I then > got > djgpp latest version (2.03) and despite the program still working ok I get > a strange warning every time I compile : "Indirect ljmp without '*'" in my > AS wrapper file. That's because the new version of the assembler insists on the (correct) syntax of having the `*' in ljmp instructions via variables.