• control is not returning to assembly when tried return(0) in main of test case
    Note: This was originally posted on 27th August 2012 at http://forums.arm.com Hi, Here is my code. As you can see below from C test case main has return and main was called by assembly code by using BL...
  • control is not returning to assembly when tried return(0) in main of test case
    Note: This was originally posted on 27th August 2012 at http://forums.arm.com Hi, Here is my code. As you can see below from C test case main has return and main was called by assembly code by using BL...
  • Control not returning after Context Switch
    Hi, I am using I.mx6q Sabre-sd board. I am trying to write my own custom OS. During the context switching process, the context switch happens accurately but the control doesn't return to the exact position...
  • Control not returning after Context Switch
    Hi, I am using I.mx6q Sabre-sd board. I am trying to write my own custom OS. During the context switching process, the context switch happens accurately but the control doesn't return to the exact position...
  • Asm/C preprocessor does not like Long Constants.
    Hi, I have a problem with the way your preprocessor works. This problem occurs in both assembly and in C. The reason we started trying to do this in C was that the assembler had a problem and while...