unicorn icon indicating copy to clipboard operation
unicorn copied to clipboard

mips 3 issues

Open SachaTending opened this issue 10 months ago • 2 comments

new issue spawned: im trying to emulate a old hw called webtv(specificly bf0, which requires R4640 cpu) and, it gives error on one specific instruction: daddu im using mips 32 mode(mips 64 gives error at start)

SachaTending avatar Apr 12 '24 17:04 SachaTending

i using wrong mips mode but when i try to use mips 3 mode

unicorn.unicorn.UcError: Invalid mode (UC_ERR_MODE)

SachaTending avatar Apr 12 '24 17:04 SachaTending

So what instruction are you emulating?

wtdcode avatar May 06 '24 05:05 wtdcode