AppleWin/test
TomCh 9553106f4e
Debugger: Add IRQ support to LBR and new command to Break on Interrupt (#987, PR #990)
Extend LBR so that it includes the control-flow on a taken interrupt
Add a new command 'brkint <0|1>' to support Break on Interrupt

Internal: in core emulation loop, moved IRQ/NMI check to start of loop so that just the "interrupt vectoring" case can be single-stepped (instead of previously opcode + interrupt vector).

Debugger help chm: update Breakpoints section to include BRK, BRKOP and BRKINT
2021-10-16 16:57:00 +01:00
..
TestCPU6502 Debugger: Add IRQ support to LBR and new command to Break on Interrupt (#987, PR #990) 2021-10-16 16:57:00 +01:00
TestDebugger Fix TestDebugger (currently only used by VS2008 sln) 2021-10-15 21:08:16 +01:00
UnitTests.bat Add new TestDebugger project with some simple unit-tests for _6502_GetTargets() (#445) 2017-08-15 21:02:54 +01:00