Skip to content
/ fp-avrsim Public
forked from Laksen/fp-avrsim

AVR simulator ported to FreePascal, with integrated GDB server

License

Notifications You must be signed in to change notification settings

FPK/fp-avrsim

 
 

Repository files navigation

fp-avrsim

AVR simulator ported to FreePascal, with integrated GDB server.

Compiling

lazbuild avrsim.lpi

or

fpc avrsim.lpr

Running

avrsim file.bin

Normal simulation

avrsim -d2159 file.bin

Starts a new simulation, halts at address 0, and waits for GDB Remote connections on the given port (2159 in this example).

avrsim -6 file.bin

Simulates avr6

About

AVR simulator ported to FreePascal, with integrated GDB server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Pascal 99.6%
  • C 0.4%