Skip to content

A design of a basic 16 BIT RISC processor. Done for the course CSE332- Computer Organization and Architecture

Notifications You must be signed in to change notification settings

zahinahmed97/16-bit-risc-processor

Repository files navigation

This project contains:

  1. project_modify.cpp= converts the assembly instructions stored in input.txt into binary language (stored in output.txt)
  2. hexa.cpp= converts the binary instructions of output.txt into hexa code which can be used in logisim simulation
  3. project.circ= the processor design.

to use: store your desired input commands in input.txt (by seeing the instructions list) run the project_modify.cpp code run the hexa.cpp code load the hexa.txt into logisim program counter

About

A design of a basic 16 BIT RISC processor. Done for the course CSE332- Computer Organization and Architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages