Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/undefined_syms.txt
7853 views
1
/* libultra OS symbols */
2
3
/* boot and osException symbols */
4
/* most of these should be in hardware.h */
5
6
/* exceptions */
7
8
EXCEPTION_TLB_MISS = 0x80000000;
9
10
/* SP */
11
12
SP_DMEM = 0xA4000000;
13
SP_DMEM_UNK0 = 0xA40004C0;
14
SP_DMEM_UNK1 = 0xA4000774;
15
SP_IMEM = 0xA4001000;
16
SP_STATUS_REG = 0xA4040010;
17
SP_PC = 0xA4080000;
18
19
/* MI */
20
21
MI_MODE_REG = 0xA4300000;
22
MI_VERSION_REG = 0xA4300004;
23
MI_INTR_REG = 0xA4300008;
24
MI_INTR_MASK_REG = 0xA430000C;
25
26
/* VI */
27
28
VI_CURRENT_REG = 0xA4400010;
29
30
/* AI */
31
32
AI_STATUS_REG = 0xA450000C;
33
34
/* PI */
35
36
PI_DRAM_ADDR_REG = 0xA4600000;
37
PI_CART_ADDR_REG = 0xA4600004;
38
PI_WR_LEN_REG = 0xA460000C;
39
PI_STATUS_REG = 0xA4600010;
40
PI_BSD_DOM1_LAT_REG = 0xA4600014;
41
PI_BSD_DOM1_PWD_REG = 0xA4600018;
42
PI_BSD_DOM1_PGS_REG = 0xA460001C;
43
PI_BSD_DOM1_RLS_REG = 0xA4600020;
44
45
/* RI */
46
47
RI_MODE_REG = 0xA4700000;
48
RI_REFRESH_REG = 0xA4700010;
49
50
/* SI */
51
52
SI_STATUS_REG = 0xA4800018;
53
54
/* Unknown */
55
56
D_B0000008 = 0xB0000008;
57
D_B0000010 = 0xB0000010;
58
D_B0000014 = 0xB0000014;
59
D_C0000000 = 0xC0000000;
60
D_C0000008 = 0xC0000008;
61
D_C000000C = 0xC000000C;
62
63