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 more TRAP operations for input #91

Open Chris-Johnston opened 6 years ago

Chris-Johnston commented 6 years ago

TRAP Opcode is missing functionality for reading null terminated string from memory, as well as single characters or digits due to time constraints.

See #85