This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/16308] Error passing constant as argument in m68k and address mode problem


------- Additional Comments From schwab at suse dot de  2004-07-01 12:48 -------
Reread the description of the pea (and lea) instruction, there is nothing wrong 
here.  "pea 10.w" is exactly equivalent to "move.l #10,-(%sp)", except that the 
former is smaller and faster. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16308


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]