emu86
emu86 copied to clipboard
Intel IA16 emulator for embedded development
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...
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...
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...
From #9 : in continous traced execution, output an additional trace when a HW interrupt occurs (actually the fake timer interrupt for now).