-
Notifications
You must be signed in to change notification settings - Fork 2
Numeric Conversion
Chysn edited this page Jan 23, 2022
·
3 revisions
wAx provides two helpful tools for hex-to-base10 and base10-to-hex conversion.
.$ 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.
.# base10
where base10 is a positive integer between 0 and 65535. wAx will display the hexadecimal equivalent of the specified value.