replace restart { ld a,%1(%2) bit %3,a jp %4,%5 } by { ; Rule 100: Removed redundent load bit %3,%1(%2) jp %4,%5 }