Quote:
Originally Posted by netkas
cmp then branch is two instructions, 4 bytes in thumb mode
cb/cbnz is just 2 bytes
u cant fit it
Turbo made an userspace sse3 emu for osx86(cathing unknown opcode interrupt and etc), i think it can be ported to iphone to emulate those instr
|
Interesting

Don't suppose the source is anywhere to play with? Also, is it really a userspace app? I'd have thought you'd need to run in kernel mode to intercept/handle opcodes/instructions directly...