CPU Project
CPU Project
Overview
This project is a simple implementation of a CPU simulator with support for arithmetic and logical operations, as well as variable storage and manipulation. This project is to help help me understand the fundementals of OOP (object oriented programming) through programming a functional simulated CPU, Memory, and language and overloading operators.
Features
- Arithmetic operations: Addition, subtraction, multiplication, and division.
- Logical operations: AND, OR, NOT.
- Variable storage: Numbers and Words can be stored and accessed from memory.
- Overloaded operators: Allows intuitive usage of operators for arithmetic and logical operations.
Open GitHub Repo »
Instructions Link
·
Report Bug
·
Request Feature
Built With
This post is licensed under
CC BY 4.0
by the author.