README 587 B

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