From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesper Skov To: Suresh N Cc: ecos-discuss@sourceware.cygnus.com Subject: Re: [ECOS] Assembler errors for 603e Date: Thu, 11 Jan 2001 00:48:00 -0000 Message-id: <14941.29507.767718.957349@thinktwice.zoftcorp.dk> References: X-SW-Source: 2001-01/msg00177.html [please remember to CC the list in the future] >>>>> "Suresh" == Suresh N 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