bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in as using .intel_syntax ?


From: Hans_Ruesing
Subject: Bug in as using .intel_syntax ?
Date: Fri, 10 Sep 2004 08:49:34 +0200




Dear Sirs,

I'am using the cygwin version of as GNU assembler version 2.15.90
(i686-pc-cygwin) using BFD version 2.15.90 20040312 on a WIN XP (SP1) PC.

Compiling
-- file tst.s
pushl $(21  << 16) + (249/3)
--------------

succeeds, but compiling

-- file tst1.s
.intel_syntax noprefix
push (21  << 16) + (249/3)
--------------

gives the error

tst.s: Assembler messages:
tst.s:2: Error: Unrecognized token `<<16)+(249/3)'
tst.s:2: Error: Unexpected token `'

Best regards,
Harud RĂ¼sing





reply via email to

[Prev in Thread] Current Thread [Next in Thread]