An open API service indexing awesome lists of open source software.

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.

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.