This document describes the roadmap of the project (some kind of TODO-list).
- Review the whole documentation.
- Improve test coverage.
- Implement emulator entry point.
- Implement low-latency console I/O mechanism for emulator (using ports).
- Solve not-yet-defined label references.
- Add comparison instruction, conditional
CALL
/JMP
. - Add build system functionality to hASM (assembler), implement build configurations.
- Write proper benchmarks.
- Implement
ncurses
-based UI and standard to communicate with it.
- Implement linking functionality.