Difference between revisions of "PSX BIOS"
Jump to navigation
Jump to search
RetroTypes (talk | contribs) (Created page with " 000000a0: Jump to 0x5c4 (Bios call - First table) --> Bios call A 000000b0: (Bios call - Second table) --> Bios call B 000000c0: (Bios call - Third table) --> [...") |
m |
||
Line 14: | Line 14: | ||
0000346c: [[A(0x07) isatty]] also B(0x39) | 0000346c: [[A(0x07) isatty]] also B(0x39) | ||
00004024: [[A(0x08) getc]] also B(0x3a) | 00004024: [[A(0x08) getc]] also B(0x3a) | ||
− | + | 0000406c: [[A(0x3c) putchar]] also B(0x3d) | |
00004134: [[A(0x09) putc]] also B(0x3b) | 00004134: [[A(0x09) putc]] also B(0x3b) | ||
00004164: [[A(0x3d) gets]] also B(0x3e) | 00004164: [[A(0x3d) gets]] also B(0x3e) | ||
00004304: [[A(0x3e) puts]] also B(0x3f) | 00004304: [[A(0x3e) puts]] also B(0x3f) |
Revision as of 06:04, 23 September 2024
000000a0: Jump to 0x5c4 (Bios call - First table) --> Bios call A 000000b0: (Bios call - Second table) --> Bios call B 000000c0: (Bios call - Third table) --> Bios call C 000005c4: Bios A 000005e0: Bios B 00000600: Bios C 00002958: A(0x00) open also B(0x32) 00002a64: A(0x01) lseek also B(0x33) 00002b28: A(0x02) read also B(0x34) 00002c94: A(0x03) write also B(0x35) 00002e00: A(0x04) close also B(0x36) 00002efc: A(0x05) ioctl also B(0x37) 00003000: A(0x06) exit also B(0x38) 0000346c: A(0x07) isatty also B(0x39) 00004024: A(0x08) getc also B(0x3a) 0000406c: A(0x3c) putchar also B(0x3d) 00004134: A(0x09) putc also B(0x3b) 00004164: A(0x3d) gets also B(0x3e) 00004304: A(0x3e) puts also B(0x3f)