Talk:Condition Code Register
Appearance
![]() | This is the talk page of a redirect that has been merged and now targets the page: • Status register Because this page is not frequently watched, present and future discussions, edit requests and requested moves should take place at: • Talk:Status register Merged page edit history is maintained in order to preserve attributions. |
Comment
[edit]In the Motorola M68HC11 microcontroller's condition code registers, there are 8 bytes,one each for S, X, H, I, N, Z, V, and C.
The H bit represents a carry from bit 3 during an addition operation. The N bit represents the state of the most significant bit (aka MSB)of a result. The Z bit is the set when all bits of the result are zeros. The V bit indicates if a 2's complement overflow has occurred from an operation. The C bit indicates if a carry from an addition or borrow has occurred from a subtraction.
september 2 2002 blyan