Implement a new nonunary instruction in place of NOP called ASLMANY whose operand is the number of times the accumulator is shifted left. Allow immediate, direct, and stack-relative addressing. V should remain unchanged, but N and Z correlate with the value in the accumulator, and C should be the carry from the last shift. Write a program that tests all the fetures of the new instruction.