#120011 - kenghot - Wed Feb 28, 2007 8:50 am
Hi all,
i try to put my function in to commercial GBA rom at blank area (end of file) so i need to jump to offset 0x08800000 and i use gold road.
this work for arm
but i need to use thumb mode. How can i do
Thanks,
i try to put my function in to commercial GBA rom at blank area (end of file) so i need to jump to offset 0x08800000 and i use gold road.
this work for arm
Code: |
mov r0,($88<<24) b r0 |
but i need to use thumb mode. How can i do
Thanks,