Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nk521/attu
A simple instruction executor written in C just for education purpose!
https://github.com/nk521/attu
asm c interpreter
Last synced: 19 days ago
JSON representation
A simple instruction executor written in C just for education purpose!
- Host: GitHub
- URL: https://github.com/nk521/attu
- Owner: nk521
- Created: 2018-06-12T16:35:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T16:47:31.000Z (over 6 years ago)
- Last Synced: 2024-11-17T17:43:38.196Z (about 1 month ago)
- Topics: asm, c, interpreter
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - attu
README
# Attu
A simple instruction executor written in C just for education purpose! You can add as much instructions you want. BE CREATIVE!
To compile : gcc attu.c -o attu
Feed the program with a data file.