Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icexin/tm
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/icexin/tm
- Owner: icexin
- Created: 2012-12-30T08:26:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-30T09:47:22.000Z (almost 12 years ago)
- Last Synced: 2023-04-05T04:41:26.346Z (over 1 year 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.