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

Standardize the way that memory values are handled #104

Closed Chris-Johnston closed 6 years ago

Chris-Johnston commented 6 years ago

Lot of general refactoring and code cleanup. Standardizing the way that memory values are dealt with, instead of converting back and forth from bytearrays in multiple ways.

Chris-Johnston commented 6 years ago

Still need to:

Chris-Johnston commented 6 years ago

This PR has been blocked by a lack of time commitments, will work on when I become more available.

Chris-Johnston commented 6 years ago

Okay, finally got the tests to pass again. All that's left