mnaberez / py65

Emulate 6502-based microcomputer systems in Python
BSD 3-Clause "New" or "Revised" License
234 stars 68 forks source link

Added `go` command, help, tests (Issue 51) #54

Open leebehrens opened 5 years ago

leebehrens commented 5 years ago

Added support for go command to continue execution at the current PC, help for go, and tests Addresses Issue 51: Feature Request: a "continue" command

BigEd commented 5 years ago

Does this look good to you @mnaberez ? It addresses #51 - a means of continuing from a breakpoint.

Does it mean anything that the travis CI tests have failed?