Re: Re, interworking problem

2005-02-22 Thread Richard Earnshaw
On Tue, 2005-02-22 at 10:09, aram bharathi wrote: > hi, > normally in thumb mode add instruction supports immediate > values in the range of 0-255( same source and destination register) > . i like to increase the range(for architecture analysis as > curriculam project). i have added this instr

Re: interworking problem

2005-02-22 Thread Nick Clifton
Hi Aram, i have gone through the a.out file after this error. > that is producing full of arm instructions other than the main function(which is compiled for -mthumb). where should i change for this corresponding error. It is not clear what question you are asking here. Ian has pointed out th

interworking problem

2005-02-21 Thread aram bharathi
hi, thanks for identifying the error. i have gone through the a.out file after this error. that is producing full of arm instructions other than the main function(which is compiled for -mthumb). where should i change for this corresponding error. i have added one new add instruction in