Flag Registers

    One last important register is the flags register. These registers control how certain instruction work, such as the conditional jumps (in BASIC, they are like IF-THEN's). They are stored as bits (0's or 1's) in the flags register. We will most often use:

Return