dogamak / ttk91-rs

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

Implement stack and stack instructions #3

Closed dogamak closed 4 years ago

dogamak commented 4 years ago

Currently the emulator does not support any stack related functionality. This includes instructions PUSH, POP, CALL, EXIT, PUSHR and POPR.

dogamak commented 4 years ago

Implementation was merged into master with #12.