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

All the branch instructions #131

Closed pupper68k closed 5 years ago

pupper68k commented 5 years ago

Tasks:

This PR will track the changes made to support branch instructions.

Fix #27 Fix #28 Fix #29 Fix #30 Fix #31 Fix #90

pupper68k commented 5 years ago

Edits to assembler have been done, Branch instructions now have all they need to execute properly. Code review welcome at this point.

Overload for BRA done, now testing.

pupper68k commented 5 years ago

The CI machine needs bitstring :3

pupper68k commented 5 years ago

So theres tests and overloads for all of the branch operations. Let me know if theres any changes that need to be made to this :)