Using Pep 9 32 Implement New Nonunary Instruction Place Nop Called Xora Computes Bitwise E Q37026483

USING PEP/9

32. Implement a new nonunary instruction in place of NOP calledXORA, which computes the bitwise exclusive OR operation with theoperand and the accumulator, placing the result in the accumulator.Allow only direct addressing. Status bits NZ should be setaccording to the results of the operation, and VC should remainunchanged. Use the test program provided in the Pep/9 app to testthe features of the new instruction.


Solution


Leave a Comment

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