From: "Joni Toivanen" Newsgroups: comp.os.msdos.djgpp Subject: Jumps in inline asm Date: Fri, 14 Jun 2002 23:32:25 +0300 Organization: Song Networks Internet Services Lines: 12 Message-ID: NNTP-Posting-Host: mb-u10ip199.mbnet.fi X-Trace: news1.song.fi 1024087587 8102 194.100.166.208 (14 Jun 2002 20:46:27 GMT) X-Complaints-To: newsmaster AT songnet DOT fi NNTP-Posting-Date: 14 Jun 2002 20:46:27 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi! I couldn't find this from as nor gcc info, so I'm asking it here. How do I translate 'jmp _label + 0xDFFF0000' (intel syntax) to at&t syntax? I tried things like 'jmp _label + $0xDFFF000' and 'jmp $0xDFFF0000(_label)', but none of them worked... Anyway thanks for your help!