In infenion Instrction set manual,there are 2 instrctions as follow,
MOV Rwn, #data4 E0 #n 2
MOV reg, #data16 E6 RR ## ## 4
where Rwn refers to Word GPR (R0, R1, …, R15); reg refers to SFR/ESFR or GPR
In my BIN file there is one machine code"E6 RR ####",for example"E6 F9 00 00",after being disasembled by IDA,the code is transfered to"MOV R9,#0".But when I used KEIL to build it,it is changed into "E0 09",how can I get it back into "E6 F9 00 00"using Keil,Can anyone give me some advice or help?Thanks a lot!
wangwei
Read-Only
Author Reinhard Keil
Posted 1-Apr-2005 13:35 GMT
Toolset C166
RE: be in urgent need of help
Reinhard Keil
This is possible using the DATA3/DATA4/DATA16 operators.
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.
ARM websites use two types of cookie: (1) those that enable the site to function and perform as required; and (2) analytical cookies which anonymously track visitors only while using the site. If you are not happy with this use of these cookies please review our Privacy Policy to learn how they can be disabled. By disabling cookies some features of the site will not work.