Difference between revisions of "Flags"
Chris Tyler (talk | contribs) |
Chris Tyler (talk | contribs) |
||
Line 2: | Line 2: | ||
'''Flags''' are single-bit values which may be either on / set / binary "1" or off / cleared / binary 0. | '''Flags''' are single-bit values which may be either on / set / binary "1" or off / cleared / binary 0. | ||
− | Most CPUs have a [[Register#Status_Register|status register]] containing multiple flag bits indicating current status; they may also have [[Register# | + | Most CPUs have a [[Register#Status_Register|status register]] containing multiple flag bits indicating current status; they may also have [[Register#Control_Registers|control registers]] which alter the operation of the CPU. Flags may also be maintained by software, or appear in IO device registers. |
Latest revision as of 11:37, 26 September 2019
Flags are single-bit values which may be either on / set / binary "1" or off / cleared / binary 0.
Most CPUs have a status register containing multiple flag bits indicating current status; they may also have control registers which alter the operation of the CPU. Flags may also be maintained by software, or appear in IO device registers.