Implementation of a LC3 Virtual Machine, with a simple Operating System, based on https://www.jmeiners.com/lc3-vm/.
Please refer to wiki for docs and instructions.
The following projects have been embedded to this application, in order to use their functionalities:
- gtk-notepad by JadedTuna, as an embedded text editor in the GUI version of the program;
- texor by kyletolle , as an embedded terminal text editor,
- GNOME's vte, Virtual TErminal embedded in GTK application.