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

Implement S file load support #66

Closed Chris-Johnston closed 6 years ago

Chris-Johnston commented 6 years ago

Support loading from an S file

Exporting from an S file should happen later on, since that is more involved

This should help test existing code

Fixes #53