Compilers, data sheets, resources and .circ files for my first 8-Bit CPU (Rouvik CPU - II)
- Logisim Evolution 3.7.2 (may work on other versions too)
- Load the .circ file and upload the required Microcode instructions to the microcode PLA below in logisim
- Compile and use the assembler in
/AssemblerSrc
to build your own hex file from a assembly source - Pass the hex file to the Program ROM and use CTRL + K to run the simulation!
Just grab any C++ compiler with std=c++11 in supported and compile the assembler.cpp file in AssemblerSrc to get the assembler executable and that's it!
rasm [name of assembly file] [(optional) output file name]
Read the Instructions.md to know more!
Created by Rouvik Maji 29th April, 2023 with