This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

Re: Assembler errors for 603e



[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

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