logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

simulpic - Microchip PIC 16F84 simulator

Author

       This manual  page  was  written  by  Samuel  Tardieu  <sam@debian.org>  and  revised  by  Deva  Seetharam
       (deva@alum.mit.edu), for the Debian GNU/Linux system (but may be used by others).

                                                January 24, 2005                                         NAME(1)

Description

simulpic is a program that simulates the behaviour of a Microchip 16F84 microcontroller.

       The program presents a command line interface and accepts the following commands:

       h      Give a summary of all the commands

       l<filename>
              Read program memory from IHX8M-format file <filename>

       dr     View registers

       dg     View general registers

       dee    View EEPROM data memory

       dpm    View program memory

       dp     View IO pins state

       ds     View stack

       d[<address>]
              Disassemble from <address> (or PC)

       s[<number>]
              Execute <number> steps

       g<time>
              Execute until <time>

       bp[<address>]
              Set/clear breakpoint

       pappppp
              Set RA io_port state (p = 0, 1, -, u)

       pbppppp
              Set RB io_port state (p = 0, 1, -, u)

       pmp   Set MCLR state (p = 0, 1)

       io[<filename>]
              Open inputs file

       ic     Close inputs file

       ro[<filename>]
              Open report file

       rc     Close report file

       eo[<filename>]
              Open graphic file

       ec     Close graphic file

       st     Set sampling frequency (# instr.) for graphics file

       f      Set clock frequency

       por    Power-on reset

       q      Quit

Name

       simulpic - Microchip PIC 16F84 simulator

Options

       This program has no options.

See Also

       You  can  find  more  information  about  the  PIC  16F84  microcontroller  on  the  Microchip  WWW  site
       http://www.microchip.com/

Synopsis

simulpic

See Also