USING PEP/9
30. Implement a new nonunary instruction in place of NOP calledBOOLO, which means Boolean output. It should output false if theoperand is zero and true otherwise. Allow immediate, direct, andstack-relative addressing. None of the status flags are affected.Use the test program provided in the Pep/9 app to test the featuresof the new instruction.
Solution