🎯 Objectives
Designed a basic computer architecture to understand low-level computation and instruction cycles.
Implemented essential CPU components such as registers, ALU, control unit, and memory.
Aimed to simulate basic instruction execution, data flow, and control signal operations.
⚙️ Tools & Technologies
Logisim (or equivalent simulation software) for circuit design and visualization.
Digital logic design principles and assembly-level programming for instruction testing.
Binary arithmetic and control flow modeling to validate processor operations.
📊 Results
Built a functional simulation of a simple computer capable of performing basic arithmetic and logical operations.
Demonstrated understanding of instruction fetch, decode, execute cycles.
Strengthened foundational knowledge of computer architecture and digital systems through hands-on simulation.