enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Program status word - Wikipedia

    en.wikipedia.org/wiki/Program_status_word

    Contained within the PSW are the two bit condition code, representing zero, positive, negative, overflow, and similar flags of other architectures' status registers. Conditional branch instructions test this encoded as a four bit value, with each bit representing a test of one of the four condition code values, 2 3 + 2 2 + 2 1 + 2 0. (Since IBM ...

  3. PDP-11 architecture - Wikipedia

    en.wikipedia.org/wiki/PDP-11_architecture

    The four condition codes in the processor status word (PSW) are N indicating a negative value; Z indicating a zero (equal) condition; V indicating an overflow condition, and; C indicating a carry condition. Instructions in this group were what Digital called "micro-programmed": A single bit in the instruction word referenced a single condition ...

  4. Status register - Wikipedia

    en.wikipedia.org/wiki/Status_register

    A status register, flag register, or condition code register (CCR) is a collection of status flag bits for a processor.Examples of such registers include FLAGS register in the x86 architecture, flags in the program status word (PSW) register in the IBM System/360 architecture through z/Architecture, and the application program status register (APSR) in the ARM Cortex-A architecture.

  5. IBM System/360 architecture - Wikipedia

    en.wikipedia.org/wiki/IBM_System/360_architecture

    The Program Status Word (PSW) [2]: 71–72 contains a variety of controls for the currently operating program. The 64-bit PSW describes (among other things) the address of the current instruction being executed, condition code and interrupt masks.

  6. FLAGS register - Wikipedia

    en.wikipedia.org/wiki/FLAGS_register

    The FLAGS register is the status register that contains the current state of an x86 CPU.The size and meanings of the flag bits are architecture dependent. It usually reflects the result of arithmetic operations as well as information about restrictions placed on the CPU operation at the current time.

  7. z/Architecture - Wikipedia

    en.wikipedia.org/wiki/Z/Architecture

    Short PSW abbreviations; Bits Field Meaning 1 R PER Mask 5 T DAT mode 6 IO I/O mask 7 EX External Mask 8-11 Key PSW key 12 E=1 Must be one for LPSW 13 M Machine-check mask 14 W Wait state 15 P Problem state 16-17 AS Address-Space Control 00=primary-space mode 01=Access-register mode 10=Secondary-space mode 11=Home-space mode 18-19 CC Condition Code

  8. Predication (computer architecture) - Wikipedia

    en.wikipedia.org/wiki/Predication_(computer...

    Conditional move instructions write the contents of one register over another only if the predicate's value is true, whereas conditional select instructions choose which of two registers has its contents written to a third based on the predicate's value. A more generalized and capable form is full predication. Full predication has a set of ...

  9. Conditional (computer programming) - Wikipedia

    en.wikipedia.org/wiki/Conditional_(computer...

    If-then-else flow diagram A nested if–then–else flow diagram. In computer science, conditionals (that is, conditional statements, conditional expressions and conditional constructs) are programming language constructs that perform different computations or actions or return different values depending on the value of a Boolean expression, called a condition.