PPT Slide
Compare and Branch (PATTERSON)
Compare and Branch #see pages 15,16 of SPIM documentation
BEQ rs, rt, offset if content(rs) == content(rt) then
PC-relative branch
BNE rs, rt, offset <>
BLEZ rs, offset if content(rs) <= 0 then PC-relative branch
BGTZ rs, offset ɬ
BLT <
BGEZ >=0
Previous slide
Next slide
Back to first slide
View graphic version