Language…
18 users online:  Ayami, DanMario24YT, Dark Prince, dubiousdinobot, FerpyMcFrosting, GamesInTweed, Golden Yoshi, Green, h.carrell, Koopster,  Lazy, Mr.Doofus, MrPalta, racknae, Ringo, Saibot1997, Solivan1889, VLSkoot - Guests: 70 - Bots: 176
Users: 62,943 (2,660 active)
Latest user: MrPalta

SM64 Memory Map

Displaying 1 out of 1 addresses.

View: moderated | waiting (9)

Filter

Link
  • Pages:
  • 1
RAM Address Length Type Context Description Details
$80327444 60 bytes Routine Global strchr (char * str, u8 character);

returns a pointer to the first instance of 'character'

A0 = pointer to string
A1 = ASCII character to be located.
V0 = pointer to the first occurrence. If no matching character was found, then V0 will return 0.

Example:
A0 = "Hello World!"
A1 = 0x57 ('W')

will return "World!"
  • Pages:
  • 1