Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 689 Bytes

ROADMAP.md

File metadata and controls

22 lines (16 loc) · 689 Bytes

HyperCPU Roadmap

This document describes the roadmap of the project (some kind of TODO-list).

Release 1.0

  • 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.

Release 1.1

  • Add comparison instruction, conditional CALL/JMP.
  • Add build system functionality to hASM (assembler), implement build configurations.
  • Write proper benchmarks.

Release 1.2

  • Implement ncurses-based UI and standard to communicate with it.

Release 2.0

  • Implement linking functionality.