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 support for saving list files to .S68 format #97

Open Chris-Johnston opened 6 years ago

Chris-Johnston commented 6 years ago

The S record file format is well defined here. http://www.easy68k.com/easy68ksrecord.htm

Being able to export to this format would enable more interoperability with easy68k. It shouldn't be very difficult to do with what exists in the "list file".