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


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

Suresh> Hi all, I am trying to port the 860 code to 8260 code...  I am
Suresh> using the same tools for building it....

Suresh> 	(1) The offsets in the case of 8260 starts from 65k
Suresh> from IMMR..  so i get the error in the assembler as
 
Suresh> <cut>

Suresh> 	how i can change the range....

Rewrite the code to use 32 bit offsets.

Suresh> 	(2) the assembler is not recognising the andi
Suresh> opcode.. any idea why?
	
Yes, there is no such thing as an andi instruction. Try 'andi.'
instead, but beware that it changes the CC.

Jesper

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