• Protecting div and mul instructions
    hello, In which version are the mul/div intructions protected? Thanks.
  • MULS in the cortex-M3 isent impossible?
    Hello I'm using: mcb32stmf103rb6t The uvision3 V3.62c Realview MDK-ARM Version 3.23 In my program i need to multiply a series of 32bit ints. Very simple code: int test1 = 0x01002000;...
  • Writing a C logic for moving MDH register contents after MUL instruction
    i am trying to port an assembly logic which is as below MUL R8,R9 MOV R4, MDH i am trying to write the same logic in C. i need to move the MDH contents into a variable which i am not able to do...
  • instruction set
    i wander how to change the instruction set to generate "hex" file to target the 8051 80575 LPC2178 ARM processor
  • 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.