CPU SIMULATOR

WBOY
Release: 2024-07-23 14:49:11
Original
539 people have browsed it

Recenltly I started learning computer architecture, so with some stuff I undertood from that I started making a CPU simulator. It reads instructions from a text file in an Assembly-like structure and executes it from the main file.

It doesn't have a lot of features, but i think it does certain things from the CPU.

The repo:

CPU SIMULATOR Santie-a / CPU-simulator

CPU Simulator

This program tries to simulate the behavior of the CPU.

Currently starting on computer architecture, so the main purpose was to read instructions, store some data and implement an ALU.


View on GitHub


If you have any recomendation to improve the code, let me know!
Thank you!

The above is the detailed content of CPU SIMULATOR. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!