Using Manos Basic Computer write a short program of five to ten lines in assembly language to accomplish something.
Your program should start with an ORG instruction and end with an END instruction
Opcodes should be from the set of twenty-five instructions described in Dr. Duchon’s tutorial
Operand addresses apply only to the seven memory-reference instructions (AND to ISZ) and are identified with a one- to three-character labelÂ
Labels identify an address where data is stored, or identify a location to branch toÂ
/ / are used at the start of a comment