Emulator Interface for ext. programms
-
- Posts: 6
- Joined: Wed Oct 12, 2022 8:21 am
Emulator Interface for ext. programms
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
- desertfish
- Posts: 1095
- Joined: Tue Aug 25, 2020 8:27 pm
- Location: Netherlands
Emulator Interface for ext. programms
There's a pull request adding something of this idea to the emulator https://github.com/commanderx16/x16-emulator/pull/407