dogamak / ttk91-rs

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

Improve execution time error messages #15

Open dogamak opened 4 years ago

dogamak commented 4 years ago

Moving intruction parsing from Memory to Emulator allows us to create an error type like ExecutionError, which could include variants InvalidInstruction and MemoryError. This would also simplify the Memory interface.