Condition Codes
Both PowePC and x86 ISA have condition codes
Special HW register, that has values set as side effect of instruction execution
Example conditions
Zero
Negative
Example use
subi $t0, $t0, 1
bz loop
Previous slide
Next slide
Back to first slide
View graphic version