Chris-Johnston / Easier68k

Work In Progress - A Python M68k assembler and simulator.
https://chris-johnston.me/Easier68k/
MIT License
15 stars 6 forks source link

Add tests for opcode or, opcode add #93

Closed Chris-Johnston closed 6 years ago

Chris-Johnston commented 6 years ago

Had to rename or opcode to opcode_or so that it could be imported without syntax errors

Chris-Johnston commented 6 years ago

After all the work that went into implementing the CCR, I get the impression that this should be delegated by a base class and not by the add opcode.