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

Fix #123 Initialize A7 (Step Counter) to 0x1000000 #129

Closed Chris-Johnston closed 5 years ago

Chris-Johnston commented 5 years ago

Sets the default value for the register A7 to 0x1000000. Updates a test that was checking for the initial value of this register.

Chris-Johnston commented 5 years ago

Closing and re-opening to (try) and fix Travis CI.