Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 770 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 770 Bytes

Logisim-Computer

This is a computer made from scratch using logisim, circuits, wires, gates and also includes code to use for the computer

How to Use

  • Download Logism: http://www.cburch.com/logisim/
  • Load the "RSC.circ" file
  • Logism may ask to load in additional files such as "custom_reg.circ" and "PLDs.circ"
  • Once loaded, click on the RSC tab on the left side of Logisim.
  • Right click the RAM module (P.S. It has alot of 0's on it) and press "Load Image"
  • Load in the desired program's bytecode. (Read the program's normal code for a better understanding of what it does)
  • Click on the "Simulate" tab near the top of Logisim
  • Choose desired Tick Frequency (The faster the better as Logisim and the code takes awhile)
  • Click on "Ticks Enabled"
  • ENJOY!