symon/src
Seth Morabito 0c026e38dd By default, do not halt on BRK (#14)
This change introduces a new command line flag, '-b', that cause the
simulator to halt on the `BRK` instruction. By default, however, the
simulator will no longer halt on `BRK`.

As before, this behavior can be toggled in the preferences at run-time.
2023-11-10 09:11:24 -08:00
..
assets Finally handling key presses in the console! (Took long enough, huh?) Added a dead simple console echo example program in 6502 assembly, as well. 2012-10-11 16:08:04 -07:00
main By default, do not halt on BRK (#14) 2023-11-10 09:11:24 -08:00
test/java/com/loomcom/symon Make the emulated 6551's soft ("program") reset state match the MOS datasheet. 2023-06-11 08:21:37 -07:00