mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
added an AX disasm with (few) comments. Moved some code around to prepare to share some breakpoint code between the ppc and dsp
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3566 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
2565
docs/DSP/DSP_UC_AX1.txt
Normal file
2565
docs/DSP/DSP_UC_AX1.txt
Normal file
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,8 @@
|
||||
// ector-CRC: 42f64ac4
|
||||
|
||||
// Notable differences:
|
||||
// Luigi init:
|
||||
//
|
||||
// Luigi init (not using mail exception):
|
||||
// sbset #0x02
|
||||
// sbset #0x03
|
||||
// sbclr #0x04
|
||||
@ -16,7 +17,7 @@
|
||||
// clr15
|
||||
// m0
|
||||
|
||||
// Zelda init:
|
||||
// Zelda init (using mail exception):
|
||||
// sbclr #0x02 !
|
||||
// sbclr #0x03 !
|
||||
// sbclr #0x04
|
||||
@ -26,6 +27,16 @@
|
||||
// clr15
|
||||
// m0
|
||||
|
||||
// AX1 init (not using mail exception, same as Luigi init):
|
||||
// sbset #0x02
|
||||
// sbset #0x03
|
||||
// sbclr #0x04
|
||||
// sbset #0x05
|
||||
// sbset #0x06
|
||||
// set16
|
||||
// clr15
|
||||
// m0
|
||||
|
||||
|
||||
|
||||
// exception vectors
|
||||
|
Reference in New Issue
Block a user