skyem123 / skyeZ80emu

I tried to make a Z80 emulator. Sadly I don't have the time or motivation to work on this anymore.
BSD 2-Clause "Simplified" License
8 stars 0 forks source link

CPU Instruction Decoding #6

Open skyem123 opened 9 years ago

skyem123 commented 9 years ago

This will be a fun one... Maybe the logic can be reversed to use it in the assembler as well? http://www.z80.info/decoding.htm seems to have useful information... http://clrhome.org/table/ also is useful.

skyem123 commented 9 years ago

Along with this, I also need to finish / update ImplementedInstructions.md.