Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

Awesome Lists containing this project

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.