# 8-Bit CPU in Wokwi
This project implements a simplified 8-bit CPU architecture in C, It serves as an educational tool for understanding computer architecture, instruction sets, and low-level programming.
This project is based on [8-Bit CPU](https://github.com/Empitrix/8bitcpu), which is made only in [Wokwi](https://wokwi.com/) environment.
Assembler: https://empitrix.github.io/asm/
chip1:VCC
chip1:GND
chip1:GPIO-8
chip1:GPIO-7
chip1:GPIO-6
chip1:GPIO-5
chip1:GPIO-4
chip1:GPIO-3
chip1:GPIO-2
chip1:GPIO-1
gnd1:GND
gnd2:GND
vcc1:VCC
vcc2:VCC
m1:V+
m1:GND
m1:DIN
m1:CS
m1:CLK
m1:V+.2
m1:GND.2
m1:DOUT
m1:CS.2
m1:CLK.2