https://github.com/scartill/semu
Slow Emulator - Experimental Machine
https://github.com/scartill/semu
Last synced: 20 days ago
JSON representation
Slow Emulator - Experimental Machine
- Host: GitHub
- URL: https://github.com/scartill/semu
- Owner: scartill
- Created: 2017-11-12T12:06:36.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T08:00:44.000Z (almost 2 years ago)
- Last Synced: 2026-01-24T14:38:59.734Z (5 months ago)
- Language: Python
- Homepage:
- Size: 660 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# semu
Slow emulator - experimental machine
Emulates the simplest 32-bit uniprocessor von Neumann machine totally
from the scratch - own architecture, own assembly, peripherals,
own simple micro-OS.
Has no practical use, but may be useful for equcational
purposes due to its total transparency.
Written in Python.
See wiki for more information