Question: OA 01 00 Use instruction commands Opcode Description Transfer contents from MQ to AC Transfer M(X) to MQ Transfer contents from AC to memory location
OA 01 00 Use instruction commands Opcode Description Transfer contents from MQ to AC Transfer M(X) to MQ Transfer contents from AC to memory location X Transfer M(X) to AC Add M(X) to AC: put result in AC Subtract M(X) from AC; put result in AC Multiply M(X) by MQ put must significant bits of result in AC; least significant in MQ OC Divide AC by M(X); put quotient in MQ and remainder in AC Multiply AC by 2 15 Divide AC by 2 Transfer AC to left address of M(X) Transfer AC to right address of M(X) Takes next instruction from left half of M(X) Takes next instruction from right half of M(X) If AC >= 0, takes next instruction from the left half of M(X) IFAC > 0, takes next instruction from the right half of M(X) 3. Write an IAS program that adds the numbers 34 and 65; and store the result in memory location 50. 4. Write an IAS program that find the remainder of 221 divided by 48; and store the result in memory location 60
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
