[ECOS] Assembler errors for 603e

Jesper Skov jskov@redhat.com
Thu Jan 11 00:48:00 GMT 2001


[please remember to CC the list in the future]

>>>>> "Suresh" == Suresh N <nsuresh@cdotb.ernet.in> writes:

Suresh> Hi, i corrected the andi. problem.....
	
Suresh> 	the offset i can't reduce below 32 bits... since those
Suresh> are defined by the 8260 manual as the offset from the
Suresh> IMMR.....

I didn't say 'reduce the offset', I said:

>>  Rewrite the code to use 32 bit offsets.

Instead of 
  lwz rn,offset(rx)

use
  lwzx rn,rx,ry

where ry contains the offset.


Jesper


More information about the Ecos-discuss mailing list