Testing instruction implementation on QEMU

60 Views Asked by At

I've extended the QEMU-based instruction set of a specific architecture using helper functions. How do I go about testing their implementation? Are there any standard QEMU testing practices or do I just use a debugger like gdb?

0

There are 0 best solutions below