#21601 - Lord Graga - Tue Jun 01, 2004 7:14 pm
Hey all!
I know that to switch to THUMB from ARM, I must use this code:
But, what if I wanna switch back?
It doesn't matter if your code example is in GCC ASM, I think that I can translate it.
I know that to switch to THUMB from ARM, I must use this code:
Code: |
;NOTE THAT THIS IS ARM SDT ASSEMBLER CODE
ADR r0, start + 1 BX r0 NOP ; These are probably not needed, but I can't start experimenting with them until the code compiles NOP CODE16 |
It doesn't matter if your code example is in GCC ASM, I think that I can translate it.