Math, asked by usman8518, 1 year ago

Which instruction is not an example of arithmetic-logic instruction in the mips processor?

Answers

Answered by Chirpy
0

The arithmetic instructions in the MIPS processor are:

add

sub

addu

subu

mult

multu

div

divu

mfhi

mflo

mul

 

The logic instructions in the MIPS processor are:

and

or

nor

xor

 

Immediate arithmetic instructions are:

addi

addiu

 

Immediate logic instructions are:

andi

ori

xori

Similar questions