~maddie/STT-implementation

ref: 8960e8f41dc3e6bdf89d2b086d647b1118f1b912 STT-implementation/src/main.rs -rw-r--r-- 1.6 KiB
Changed file input to commandline arg, and now takes binary files as input, assembler functionality is split off into another program
907f5140 — kn0000 4 months ago
Added keyboard input checking, yet to be tested though, but nothing that was working is broken.
0498f90e — kn0000 4 months ago
Added helper function for keyboard input
9303aa07 — kn0000 6 months ago
Rewrote lib.rs to fix numerous mistakes and tidy up with constants
bd62c037 — kn0000 8 months ago
Implement the run loop and display, untested for now
465460b4 — kn0000 8 months ago
Add minifb and a function for converting a region of memory into a display buffer
ed510872 — kn0000 8 months ago
Initial commit, baseline implementation.