From: Nate Eldredge Newsgroups: comp.os.msdos.djgpp Subject: Re: Assembler warning... indirect jump Date: 02 Aug 2000 23:20:27 -0700 Organization: Posted via Supernews, http://www.supernews.com Lines: 16 Sender: nate AT mercury DOT bitbucket Message-ID: <83bsza7tn8.fsf@mercury.bitbucket> References: X-Complaints-To: newsabuse AT supernews DOT com User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Norberto Alfredo Bensa" writes: > The following code gives me "Warning: indirect jmp without `*'" > > jmp DP_EntryTable-4(,%eax,4) > > is this the correct way to fix it? > > jmp * DP_EntryTable-4(,%eax,4) I believe so. Why not try it and see? -- Nate Eldredge neldredge AT hmc DOT edu