diff --git a/Source/DSPSpy/tests/external_interrupt_nested_rti.ds b/Source/DSPSpy/tests/external_interrupt_nested_rti.ds index 1d3ea12ee2..8f4aadef6c 100644 --- a/Source/DSPSpy/tests/external_interrupt_nested_rti.ds +++ b/Source/DSPSpy/tests/external_interrupt_nested_rti.ds @@ -82,6 +82,6 @@ exit_irq: ; Expected result ($AX0.H (send_back num), $AC0.L (interrupt depth), $AC0.M (interrupt count), $AR0, and $SR): ; 1, 0, 0, 0, 2024 -; 3, 1, 1, 2, 2020 -; 3, 1, 2, 3, 2020 +; 3, 1, 1, 2, 2820 +; 3, 1, 2, 3, 2820 ; 2, 0, 2, 6, 3825 diff --git a/Source/DSPSpy/tests/external_interrupt_nested_sbset.ds b/Source/DSPSpy/tests/external_interrupt_nested_sbset.ds index 47c325be1f..727984f12e 100644 --- a/Source/DSPSpy/tests/external_interrupt_nested_sbset.ds +++ b/Source/DSPSpy/tests/external_interrupt_nested_sbset.ds @@ -84,6 +84,6 @@ exit_irq: ; Expected result ($AX0.H (send_back num), $AC0.L (interrupt depth), $AC0.M (interrupt count), $AR0, and $SR): ; 1, 0, 0, 0, 2024 -; 3, 1, 1, 2, 2020 -; 3, 2, 2, 2, 2020 +; 3, 1, 1, 2, 2820 +; 3, 2, 2, 2, 2820 ; 2, 0, 2, 6, 3825 diff --git a/Source/DSPSpy/tests/external_interrupt_no_delay.ds b/Source/DSPSpy/tests/external_interrupt_no_delay.ds index cad971190b..c6a52b9e29 100644 --- a/Source/DSPSpy/tests/external_interrupt_no_delay.ds +++ b/Source/DSPSpy/tests/external_interrupt_no_delay.ds @@ -62,7 +62,7 @@ external_irq: ; Expected result ($AX0.H (send_back num), $AX1.H, and $SR): ; 1, 1, 2024 (start) -; 3, 1, 2020 (in interrupt handler) +; 3, 1, 2820 (in interrupt handler) ; 2, 6, 3825 (end) ; DSPSpy shows "interrupt after 21 ticks / 0 tries" (exact numbers vary) ; $ACC1 in the interrupt handler is approximately 15 (so it loops 15 times