I just found out THUMB has a divide instruction :P
that's a signed divide, andCode:sdiv r0, r1, r0
that's unsignedCode:udiv r0, r1, r0
It freezes though...
maybe I'm using it wrong
Probably cause it's not supported I guess
I just found out THUMB has a divide instruction :P
that's a signed divide, andCode:sdiv r0, r1, r0
that's unsignedCode:udiv r0, r1, r0
It freezes though...
maybe I'm using it wrong
Probably cause it's not supported I guess
Always willing to help with anything, code-related or not. :]