Actions

Signed

From Sonic Retro

Revision as of 03:30, 13 October 2004 by Ss is testing (talk | contribs) (1-byte signed ints turn negative at 0x80, not 0x81)

When using the signed hexadecimal number system in programming (such as 68000 assembly), the values $80 to $FF are interpreted as -$7F to -$01 respectively. This is simpler than actually prefixing a number with the minus symbol "-".

Conversely, the unsigned number system has no negatives. So $81 is read simply as $81.