I just found out THUMB has a divide instruction :P
Code:
sdiv r0, r1, r0
that's a signed divide, and
Code:
udiv r0, r1, r0
that's unsigned

It freezes though...
maybe I'm using it wrong


Probably cause it's not supported I guess