Introduction to ARM assembly language programming
a. Write an ARM assembly language instruction that uses the BICinstruction to clear bits 16-23 in R7
g. Show how you would schedule the three instructions MULT R2, R2,R1; ADD R2, R3, R2; and SUB R8, R9, R8 to reduce the chance of anRAW hazard.