Students : Mohammadhosein Shabaniraad Mohammadreza Abedin Instructor : Dr.Atena Abdi
Add the operand of instruction to the value of a specific register add AC register with M[AR]
Arithmetic shifting the operand of instruction to left AC register <<< 1
Applying Xnor to the operand of instruction and the value of a specific register xnor AC register with M[AR]
Divide the operand of instruction by 2 AC register >> 1
Load the value of the operand of instruction to a specific register AC register <- M[AR]
Store the value of specific register to the operand of instruction AC register -> M[AR]
Two’s complement the operand of instruction AC register <- not AC register + 1
Load the value of the operand of instruction to a specific register and round up to the nearest power of 2 then store it M[AR] <- Round of M[AR]
PDF.