• LSL instruction (number of clock cycles)
    Hi, Please can you let me know how many clock cycles will the following instruction take in Cortex M3 core? lsl r0, r1, #12 Will this take 12 clock cycles? Thanks very much. Regards...
  • thumb instructions
    Hello, I want to write thumb codes in keil tool but i am getting errors,is there any initial settings we have to to before writing thumb instructions.
  • instruction set
    i wander how to change the instruction set to generate "hex" file to target the 8051 80575 LPC2178 ARM processor
  • BRANCHING INSTRUCTION
    Dear All, I am trying to add a boot loader for my LPC2478 based application. I want to conditionally Branch to my main code at 0x1000 from the boot loader code. When i tried from Startup.s as below...
  • STR instruction
    Hi I would like to know how to strore the value in the register R1 to a specifed memory location using STR instruction .I would like to specify the memory location using the keyword memory or any keyword...