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

TRAP Opcode #85

Closed Chris-Johnston closed 6 years ago

Chris-Johnston commented 6 years ago

Adds the TRAP opcode, default input/output uses the python default console.

Chris-Johnston commented 6 years ago

Some of the read operations are incomplete, but they could be implemented later?