https://github.com/icexin/tm
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/icexin/tm
- Owner: icexin
- Created: 2012-12-30T08:26:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-30T09:47:22.000Z (over 12 years ago)
- Last Synced: 2024-12-31T05:28:43.022Z (6 months ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a tiny machine emulator using a assembly like language.
* *loader.py* parse the source file and translate it into instructions.
To simplify the parsing, the parser uses the [PLY](http://www.dabeaz.com/ply/) library.
* *tm.py* contains the Machine class on which the instructions running.
* The *instruction* file contains the instructions set.