dogamak / ttk91-rs

Crate for reading, writing, compiling and executing TTK91 code.
0 stars 0 forks source link

Implement taking input for StdIo IO handler #6

Closed dogamak closed 4 years ago

dogamak commented 4 years ago

At the moment the emulator::StdIo IO handler returns 0 for all input requests.

dogamak commented 4 years ago

Implementation was merged into master with #13.