• STR instruction fails in Assembly
    Hello everyone, I have written this piece of code that implements Bubble Sort in assembly. I declared an unsorted array with 10 elements with the DCD directive and then I have made register R0 indicate...
  • STR instruction fails in Assembly
    Hello everyone, I have written this piece of code that implements Bubble Sort in assembly. I declared an unsorted array with 10 elements with the DCD directive and then I have made register R0 indicate...
  • 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...
  • 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...
  • Run-time error in STR instruction
    Hi, Following code: 1: int main() 2: { 3: char Buff[3]; 4: *((short*)(Buff+1)) = 0xFFFF; 5: } causes in the 4th string such run-time error: Non-aligned Access: Thumb Instruction at 00080122H...