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:
hrydgard
2009-06-28 11:47:39 +00:00
parent f49e479d09
commit 7c92dada85
23 changed files with 2625 additions and 56 deletions

2565
docs/DSP/DSP_UC_AX1.txt Normal file

File diff suppressed because it is too large Load Diff

View File

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