FP instructions
Tip
Advantages of FP instructions
In this section:
FP_7SEGMENT
7-segment decode
FP_ASCII_TO_BCD
ASCII
-> BCD conversion
FP_ASCII_TO_BIN
ASCII -> binary conversion
FP_ASCII_TO_DEC
ASCII
-> decimal conversion
FP_ASCII_TO_HEX
ASCII
-> HEX conversion
FP_BCC
Block check character calculation
FP_BCD_TO_ASCII
BCD ->
ASCII
conversion
FP_BIN_TO_ASCII
Binary ->
ASCII
conversion
FP_BIN_TO_GRAY
Binary -> gray code conversion
FP_BITCOLUMN_TO_WORD
Bit column -> bit line conversion
FP_ASCII_CHECK
ASCII data check
FP_CRC
Cyclic redundancy check
FP_DEC_TO_ASCII
Decimal ->
ASCII
conversion
FP_DECODE
Decode hexadecimal -> bit state
FP_DEG
Angle units (radians -> degrees) conversion
FP_DIVIDE_BYTES
Byte distribution
FP_DIVIDE_DIGITS
Digit distribution
FP_DTBIN_TO_SEC
Binary date and time -> seconds
FP_ENCODE
Encode bit state -> hexadecimal
FP_GRAY_TO_BIN
Gray code -> binary data conversion
FP_HEX_TO_ASCII
HEX -> ASCII conversion
FP_INVERT
Data inversion (one's complement)
FP_RAD
Degrees -> radians conversion
FP_ROUND
Round up to the nearest integer
FP_ROUND_DOWN
Round down to the nearest integer
FP_UNIFY_BYTES
Byte combination
FP_UNIFY_DIGITS
Digit combination
FP_WORD_TO_BITCOLUMN
Bit line -> bit column conversion
Parent topic:
Conversion instructions