Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 855 Bytes

File metadata and controls

30 lines (20 loc) · 855 Bytes

10 Bit CPU

Logisim simulation of a 10 Bit CPU. It can load and store data from its memory and can do some simple logical & arithmatic operations. It was a university course project. (Course: CSE323, Computer Organization and Architecture)

Screenshot

Prerequisites

Make sure you have Logisim and Python 3 installed.

Getting Started

  1. Write your instructions in Assmbler/instructions.txt.
  2. Run the assembler.py
  3. Run CPU/CPU.circ
  4. Load Assmbler/hexa.txt to CPU's ROM
  5. Start Simulation

Built With

  • Logisim - For Simulation of the CPU
  • Pythom - Language used for the assmbler

Authors