delorie.com/archives/browse.cgi | search |
From: | Nate Eldredge <neldredge AT hmc DOT edu> |
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: | <OE32amg6dfEm58zJZjU000006f2 AT hotmail DOT com> |
X-Complaints-To: | newsabuse AT supernews DOT com |
User-Agent: | Gnus/5.0802 (Gnus v5.8.2) Emacs/20.5 |
MIME-Version: | 1.0 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
"Norberto Alfredo Bensa" <nbensa AT hotmail DOT com> 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |