XTB

Converts a hexadecimal number to binary.

Command Class

TCL-I command.

Syntax

XTB hexNumber

Syntax Elements

hexNumberis a hexadecimal number.

Negative Numbers

Hexadecimal numbers are considered negative when in the range from X'FFFFFFFFFFFF' (-1) to X'800000000001' (-140,737,488,355,327).

Example

:XTD FEFD
     111 1110 111 1101