fxsdk/fxos/sys-lephe.txt
Lephe 25db504c22 fxos: bring disassembling to a new level
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.
2019-05-03 11:19:36 +02:00

8 lines
207 B
Plaintext

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)