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

Initialize the step counter (A7) to 0x1000000 #123

Closed bpas247 closed 5 years ago

bpas247 commented 6 years ago

This one is relatively straight-forward. EASy68k initializes their step counter to 0x1000000, so the default constructor for our m68k object should do the same.