X-Originating-IP: [200.51.169.190] From: "Norberto Alfredo Bensa" To: "DJGPP" Subject: Assembler warning... indirect jump Date: Wed, 2 Aug 2000 21:26:34 -0300 Organization: nBens@ Computers MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: X-OriginalArrivalTime: 03 Aug 2000 00:36:34.0779 (UTC) FILETIME=[E06E32B0:01BFFCE2] Reply-To: djgpp AT delorie DOT com 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) Regards, Norberto