mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2024-12-29 13:03:37 +01:00
25db504c22
Almost-complete implementation of fxos, the disassembler in particular is now able to detect syscalls and register addresses on the fly, plus support for SH4-only instructions.
7 lines
207 B
Text
7 lines
207 B
Text
0x000 sys_init
|
|
0x004 tlb_init
|
|
void tlb_init(void)
|
|
0x025 t6k11_read_datareg
|
|
uint8_t t6k11_read_datareg(void)
|
|
0x3fc tlb_map
|
|
void tlb_map(int shifted_vpn, int way, uint32_t data_field)
|