Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sideffect0/project51
Project51 is a 8051 simulator.
https://github.com/sideffect0/project51
Last synced: 21 days ago
JSON representation
Project51 is a 8051 simulator.
- Host: GitHub
- URL: https://github.com/sideffect0/project51
- Owner: sideffect0
- License: gpl-2.0
- Created: 2014-10-27T16:47:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-26T13:49:14.000Z (about 10 years ago)
- Last Synced: 2024-10-11T23:27:30.241Z (about 1 month ago)
- Size: 782 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
project51
=========Project51 is a 8051 simulator.
I created this for academic purposes about four years ago. I was just learning and wanted to experiment with stuff.
As you can expect its not perfect but I think someone will find it helpfull.The project has 3 parts
1. A compiler (C++)
2. An executer (C++)
3. An editor (VB.NET)
The compiler will read the source fiile and convert it into an object file.The ececuter can execute this file. unfortunately it does not produce any output files.
You will only be able to see the final result.The editor is GUI for the simulator.
It has a text editor and it will show the status of registers and memory locations.
It basically runs the compiler an executer in the background.