More typos

This commit is contained in:
Pokechu22 2023-03-02 12:28:45 -08:00
commit eb63ea3f40
3 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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