spjewkes / jrnz

A work-in-progress ZX Spectrum emulator
MIT License
1 stars 0 forks source link

Get rid of 'handled' booleans when creating StorageElements #18

Closed spjewkes closed 7 years ago

spjewkes commented 7 years ago

This seems just to be there to pick up when we're not implementing a specific instruction. I'm minded to just have asserts as technically it's a bug and the instruction should handle it.

spjewkes commented 7 years ago

This would reduce verbosity of the instruction implementations too.