0xD73
0xD73 is a hexadecimal numeric literal used in computing to denote the integer value D73 in base-16. D73 in hex equals 3443 in decimal, and 110101110011 in binary. The three-digit hex form indicates a value that fits within 12 bits; in systems with larger word sizes, it is common to see it padded as 0x0D73 or longer constants.
In programming languages such as C, C++, Java, JavaScript, and many others, a literal with the 0x
In practical use, 0xD73 might appear as an address offset, a small memory-mapped register constant, an error
In digital design, 12-bit values are used in some older microcontrollers and memory schemes; in such contexts