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: about 1 month 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.