Content deleted Content added
m v2.05b - Bot T19 CW#25 - Fix errors for CW project (Heading hierarchy) |
→Packed BCD: fixed typo Tags: Mobile edit Mobile web edit |
||
Line 360:
==Packed BCD==
<!-- Section header used in redirects -->
In '''packed BCD''' (or '''packed decimal'''<ref name="Dewar-Smosna_1990"/>), each [[nibble]]
As an example, a 4-byte value consists of 8 nibbles, wherein the upper 7 nibbles store the digits of a 7-digit decimal value, and the lowest nibble indicates the sign of the decimal integer value. Standard sign values are 1100 ([[hexadecimal|hex]] C) for positive (+) and 1101 (D) for negative (−). This convention comes from the zone field for [[EBCDIC]] characters and the [[signed overpunch]] representation.
|