1
0
mirror of https://github.com/sethm/symon.git synced 2024-06-02 14:41:33 +00:00
symon/src/main/java/com/loomcom/symon
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
..
devices Writing 0 to the 6551 ACIA's control register is not a program reset. 2023-06-11 08:21:37 -07:00
exceptions Refactor for Java 1.8 2015-12-29 17:55:41 -08:00
jterminal #13: Move cursor backward on ASCII Backspace 2023-10-31 08:28:26 -07:00
machines Added BenEaterMachine 2023-10-31 07:44:55 -07:00
ui By default, do not halt on BRK (#14) 2023-11-10 09:11:24 -08:00
util Add disassembled instructions to breakpoints 2016-01-02 19:05:38 -08:00
Breakpoints.java Add disassembled instructions to breakpoints 2016-01-02 19:05:38 -08:00
Bus.java Issue #16: Memory window should not reset device registers 2017-05-26 17:01:41 +10:00
Cpu.java Make the Processor Status register match a real 6502 at power-on. 2023-02-03 18:16:57 +11:00
CpuState.java Cleanup some IntelliJ IDEA warnings 2022-12-15 09:44:53 -08:00
InstructionTable.java Fix PHY/PLY Addressing mode 2017-06-19 11:49:46 +10:00
Main.java By default, do not halt on BRK (#14) 2023-11-10 09:11:24 -08:00
MemoryRange.java Refactor for Java 1.8 2015-12-29 17:55:41 -08:00
Preferences.java By default, do not halt on BRK (#14) 2023-11-10 09:11:24 -08:00
Simulator.java By default, do not halt on BRK (#14) 2023-11-10 09:11:24 -08:00