Page 1 of 1

Emulator Interface for ext. programms

Posted: Fri Oct 14, 2022 8:09 am
by Juergen Frank

Implement an interface to the emulator to controll it. E.g. load/read memory data ; dump CPU registers (status).

The idea is to use the emulator together with other tools e.g. debuggers for software development and create a nice IDE.

thanks

   Juergen 


Emulator Interface for ext. programms

Posted: Fri Oct 14, 2022 1:06 pm
by desertfish

There's a pull request adding something of this idea to the emulator https://github.com/commanderx16/x16-emulator/pull/407