output instruction and perfom aritmatic operation such as addition, subtruction, multification, divison etc.The majority of the instructions take two input values, perform the specified arithmetic function, store the result at specified or assigned address.
these instruction are output instruction and perfom aritmatic operation such as addition, subtruction, multiplication, divison etc. The majority of the instructions take two input values, perform the specified arithmetic function, store the result at specified or assigned address. result of the operation exceeds the allowable value, an overflow or underflow bit is set this os called Arithmetic Status Bits. The arithmetic status bits are in word 0 bits 0-3 in the processor status file.
When rung conditions are true, this output instruction add Source A and Source B values and stores the result of addition into the destination address. Source A and Source B can either be constant values or address.
When rung conditions are true,SUB instruction subtract value of source B from another value of source A and place the result in the dest address. Source A and Source B can either be values or addresses that contain values.
When rung conditions are true,multiply MUL instruction multiply value of source B from another value of source A and place the result in the dest address. Source A and Source B can either be values or addresses that contain values.
When rung conditions are true,Divide DIV instruction Divide value of source B from another value of source A and place the result in the dest address. Source A and Source B can either be values or addresses that contain values.
if input I:0/7 is set 1 value of source A N7:0 and Source B N7:1 are Divide and result is stored in Dest N7:4.
When rung conditions are true, this output instruction calculates the square root of the absolute value of the source and places the rounded result in the destination.
When rung conditions are true, this instrucntion change the sign of source value and store in destination address. for example if source value is 122 than destination store -127.