Using Pep 9 26 Implement New Unary Instruction Place Nop0 Called Asl2 Two Left Shifts Accu Q37026294

USING PEP/9

26. Implement a new unary instruction in place of NOP0 calledASL2 that does two left shifts on the accumulator. NZC shouldshould correlate with the new value in the accumulator from thesecond shift. V should be set if either the first or the secondshift produced an overflow. Use the test program provided in thePep/9 app to test the features of the new instruction.


Solution


Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.