https://github.com/wyvernsemi/cpu8051
Intel(R) 8051 Instruction Set Simulator
https://github.com/wyvernsemi/cpu8051
8051 c cpu-model embedded iss processor
Last synced: 11 months ago
JSON representation
Intel(R) 8051 Instruction Set Simulator
- Host: GitHub
- URL: https://github.com/wyvernsemi/cpu8051
- Owner: wyvernSemi
- License: gpl-3.0
- Created: 2016-09-25T14:01:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-17T07:33:29.000Z (over 2 years ago)
- Last Synced: 2025-03-28T09:11:16.127Z (11 months ago)
- Topics: 8051, c, cpu-model, embedded, iss, processor
- Language: C
- Homepage: http://www.anita-simulators.org.uk/wyvernsemi
- Size: 921 KB
- Stars: 10
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpu8051
Intel(R) 8051 Instruction Set Simulator
The 8051 ISS comprises an instruction set simulator, modelling the 8051 8 bit processor. It
implements all the non-optional features, and most of the optional features for that core. It has a C
compatible API and is extensible to include additional modelled functionality. The source is freesoftware,
released under the terms of the GNU licence (see LICENCE.txt included in the
package).