R. S. Ananda Murthy 60f2d16754 development/simavr: Fixed download. 7 سال پیش
..
README c09f23b24a development/simavr: Added (A lean, mean and hackable AVR simulator). 8 سال پیش
simavr.SlackBuild 46cfecd372 development/simavr: Updated for version git20170904. 7 سال پیش
simavr.info 60f2d16754 development/simavr: Fixed download. 7 سال پیش
slack-desc c09f23b24a development/simavr: Added (A lean, mean and hackable AVR simulator). 8 سال پیش

README

simavr is a new AVR simulator for linux, or any platform that uses
avr-gcc. It uses avr-gcc's own register definition to simplify creating
new targets for supported AVR devices. The core was made to be small and
compact, and hackable so allow quick prototyping of an AVR project. The
AVR core is now stable for use with parts with <= 128KB flash, and with
preliminary support for the bigger parts. The simulator loads ELF files
directly, and there is even a way to specify simulation parameters
directly in the emulated code using an .elf section. You can also
load multipart HEX files.