Open main menu

CDOT Wiki β

Changes

Signed

173 bytes added, 12:43, 14 January 2014
no edit summary
[[Category:Computer Architecture]]
 A ''signed'' value is a binary value with a positive/negative ''sign''. == Two's Compliment == stored in two's compliment representation, where the most significant bit is used as a negative sign.
are Signed used values
Signed address offsets are often used for relative [[Addressing Mode|addressing modes]].
 
== BCD ==
 
In [[BCD]], the high-order nibble is used to represent the sign (0 == positive, non-0 == negative).