Numeric Conversion - Chysn/VIC20-wAx2 GitHub Wiki

wAx provides two helpful tools for hex-to-base10 and base10-to-hex conversion.

Hex to Base-10

.$ hh[hh]

where hh[hh] is either an 8-bit or 16-bit hexadecimal value. wAx will display the base10 equivalent of the specified hexadecimal value.

Base-10 to Hex

.# base10

where base10 is a positive integer between 0 and 65535. wAx will display the hexadecimal equivalent of the specified value.