This is to be a collection of software for programming for the DSA architecture. The primary goals are to write a VM (currently an emulator, but we may look into extending QEMU) and an assembler.
This repo will replace the Rust programs in the main repository, as that will move to just being used for documentation.
- Refactor the emulator frontend, backend, and assembler into separate programs that can communicate via shared memory/TCP etc.
- Possibly extend QEMU, this might be better in the long run, despite the complexity of QEMU.
- @zxq5, who wrote a good chunk of the prototype code for this project, including the egui emulator and assembler.
- @nullndvoid