https://github.com/farlepet/bacpu
A basic CPU software implementation with a lot of documentation.
https://github.com/farlepet/bacpu
Last synced: 21 days ago
JSON representation
A basic CPU software implementation with a lot of documentation.
- Host: GitHub
- URL: https://github.com/farlepet/bacpu
- Owner: farlepet
- License: mit
- Archived: true
- Created: 2014-04-22T02:01:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-16T00:42:40.000Z (almost 11 years ago)
- Last Synced: 2025-03-01T08:17:48.750Z (3 months ago)
- Language: C
- Size: 398 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
BACPU -- Peter Farley
BACPU is a project oriented at creating a well-documented CPU that
can be easily be simulated on top of today's CPU's. It is a 32-bit CPU
with a small instruction set and able to handle up to 256 peripheral
devices.NOTE: The documentation is in a constant state of change, so some
information you may have seen earlier, may be changed, or completly
removed. If you really plan on using this project, wait until this note
has been removed. You have been warned.