hi; I have code and when i assemble that code it is located at address 0x00008000. But i want to locate that code in some other memory area(0x00000700). What is instruction or directive in ARM9 to do this one. "org" directive and AT attribute in AREA directive are not working in ARM9. Please comment on this. Regards; Bharat
"Please comment on this." WHy are you using an ARM7 compiler (Keil) for an ARM9 project?
I am using ARM9 assembler only.
Which assembler are you using exactly? Reinhard
I using ADS(ARM Developer Suite) for assembling.