emu86 icon indicating copy to clipboard operation
emu86 copied to clipboard

Intel IA16 emulator for embedded development

Results 5 emu86 issues
Sort by recently updated
recently updated
newest added

R8810 is an Intel 80188 clone by RDC.

improvement

Many projects use a shared `emu86` executable for testing, and expect a project-specific configuration (especially the 'target' parameter), but have no way to check if the current executable was built...

improvement

Hello @mfld-fr, I was successful in a quick first pass at enhancing the disassembler to convert address values to symbol names, including private static symbols in the ELKS kernel. For...

enhancement

First ELKS port to 8018X revealed that a better timing accuracy is needed to predict the target responsiveness. As the main loop frequency is already measured, the idea is to...

enhancement

From #9 : in continous traced execution, output an additional trace when a HW interrupt occurs (actually the fake timer interrupt for now).

enhancement