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: about 1 month 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T16:47:31.000Z (almost 7 years ago)
- Last Synced: 2025-01-31T12:15:43.488Z (3 months 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.