About E25 Computer Architecture: Lab 5: OISC: One Instruction Set Computer
E25 Computer Architecture: Lab 5: OISC: One Instruction Set Computer- Class project to design and implement One Instruction Set Computer; using instruction: SUBLEQ A B C. Meaning: subtract value in M(A) from M(B) and store it in M(B), if result is not positive, go to instruction C. Descriptions, diagrams, code, tables.