spjewkes / jrnz

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

Clean up do_ld_block() #12

Closed spjewkes closed 7 years ago

spjewkes commented 7 years ago

This should be moved as an impl() function (similar to the add/subtract) and the execute() method should call functions named after the instruction. I want to keep the execute() function as simple as possible, so really the InstType should match the name of the function and do nothing fancy.

spjewkes commented 7 years ago

Issue resolved.