- Name:
-
bintoascii
- Syntax:
-
BINTOASCII variable, hundreds, tens, units
BINTOASCII wordvariable, tenthousands, thousands, hundreds, tens, units
Variable - contains the value (0-255) or wordvariable (0-65535)
TenThousands - receives the ASCII value ("0" to "9")
Thousands - receives the ASCII value ("0" to "9")
Hundreds - receives the ASCII value ("0" to "9")
Tens - receives the ASCII value ("0" to "9")
Units - receives the ASCII value ("0" to "9")
- Description:
-
Convert a binary value into separate ASCII bytes. This is a 'pseudo' command designed to simplify the conversion of byte or word binary values into ASCII.