emuattiny

0

Описание

Эмулятор attiny13 на питоне

Языки

  • Python99,3%
  • Makefile0,7%

README
This project is devoted to creation of a simple ATtiny emulator.
I've started it because there was no such software for Linux.
It will also help me to improve my skills in Python.
 
Usage:
python ./emulator.py -f some.hex
or
make compile
python ./emulator.pyc -f some.hex