We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I Know all the values and Location to Set desired CRP(CODE READ PROTECTION)...but doesn't know how can i set this in my program or is there any other way to SET CRP.....
Got it the solutions...thank you.....
just few lines and got best result
;// <h> Code Read Protection level (CRP) ;// <o> CRP_Level: ;// <0xFFFFFFFF=> Disabled ;// <0x12345678=> CRP1 ;// <0x87654321=> CRP2 ;// <0x43218765=> CRP3 (Are you sure?) ;// </h> CRP_Level EQU 0x12345678 IF :LNOT::DEF:NO_CRP AREA |.ARM.__at_0x01FC|, CODE, READONLY CRP_Key DCD CRP_Level ENDIF AREA |.text|, CODE, READONLY
Nice that you got it working.
The good thing with the above is that you now left one more hint for others to pick up with Google (if they decide to try Google).