ninezerozeronine / chip-computer

An 8 bit computer made from 74 series chips!
MIT License
0 stars 0 forks source link

Create better separation between instructions and operations/opcodes #27

Open ninezerozeronine opened 5 years ago

ninezerozeronine commented 5 years ago

Instructions have a 1:1 relationship with the instruction byte.

Operations/Opcodes just need to know which instruction to resolve the assembly to.