This is the mail archive of the gcc-patches@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]

Re: [m68k 12/13] properly align within code


On Mon, Feb 05, 2007 at 10:04:18AM -0700, Jeffrey Law wrote:

> My m68k is rusty -- presumably move.l  <ea>,addrreg doesn't muck
> the status bits, right?

   It doesn't. Instructions with an address register destination don't alter
status bits. The Motorola docs use mnemonics suffixed with 'a' (movea, adda,
...) to make it clearer. Note that cmpa does set the status bits.

-- 
Rask Ingemann Lambertsen


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