Slide 7.4: Implementing arithmetic expressions Slide 7.6: Flags affected by addition and subtraction (cont.) Home |
Z
equal to logic 0 could be tested for to initiate a jump to another part of the program.
This is called jump on not zero: jnz
.
call DumpRegs
:
Carry
flag is a copy of the carry out of the MSB (most significant bit) of the destination operand.
Carry
flag is set when a larger unsigned integer is subtracted from a smaller one.