gpsim

Simulator for Microchip PIC microcontrollers with debugging capabilities

brewmacoslinux
Try with needOr install directly
Source

About

Simulator for Microchip's PIC microcontrollers

Commands

gpsimgpsim_cli

Examples

Start the interactive gpsim simulator GUI$ gpsim
Run gpsim in command-line mode with a hex file$ gpsim -c -s program.hex
Execute gpsim with a script file containing simulation commands$ gpsim -c -i simulation_script.txt program.hex