mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
fix a few issues with actually using the dsp lle debugger: stepping/reg updates/etc should behave better
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3879 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -4,14 +4,22 @@
|
||||
IROM_BASE: equ 0x8000
|
||||
|
||||
; Exception vectors
|
||||
nop nop
|
||||
nop nop
|
||||
nop nop
|
||||
nop nop
|
||||
nop nop
|
||||
nop nop
|
||||
nop halt
|
||||
rti halt
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
halt ; Exception 0-6 nop slide to here
|
||||
rti ; Exception 7
|
||||
halt
|
||||
|
||||
; Entry point
|
||||
; Standard init stuff
|
||||
@ -123,20 +131,20 @@ wait_dma:
|
||||
jlz wait_dma
|
||||
ret
|
||||
|
||||
; Trailing nops...
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
; Trailing nops...pad to 32bytes
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
|
||||
; uCode is 0xb0 words
|
||||
|
Reference in New Issue
Block a user