Language…
16 users online:  AmperSam, Cal-of-Gearva, CalHal, Firstnamebutt, Green, Heitor Porfirio,  Hooded Edge,  Maarfy,  mason, monkey03297,  NopeContest, RichardDS90, SAMYR DUTRA ARAUJO, Shiki_Makiro,  Teyla, Zavok - Guests: 172 - Bots: 147
Users: 59,956 (2,175 active)
Latest user: AndersonH

SMW Memory Map

Displaying 1 out of 1 addresses.

View: moderated | waiting (59)

Filter

Link
  • Pages:
  • 1
ROM Address Length Type Description Details
$009045 12 bytes Subroutine (JSR) The hexadecimal to decimal subroutine (in short HexToDec) which converts a hexadecimal 8-bit value into a decimal string. To use for JSL, use JSL $00974C instead.

Input:
-A: 8-bit value to convert
Output:
-A: 1s digit (calculated via repeated subtraction until < 10; “modulo” by 10)
-X: 10s digit (calculated via how many subtraction until A < 10; “quotient” division by 10)
  • Pages:
  • 1