USING PEP/9
27. Implement a new nonunary instruction in place of NOP calledASLMANY whose operand is the number of times the accumulator isshifted left. Allow only direct addressing. NZC should correlatewith the new value in the accumulator from the last shift. V shouldbe set if any of the shifts produced an overflow. Use the testprogram provided in the Pep/9 app to test the features of the newinstruction.
Solution