===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gpsim-doc-0.22.0/gpsim.lyx-431-\begin_layout Standard
gpsim-doc-0.22.0/gpsim.lyx:432:MPASM is Microchip's Assembler.
gpsim-doc-0.22.0/gpsim.lyx-433-\end_layout
##############################################
gpsim-doc-0.22.0/gpsim.lyx-1689-\begin_layout LyX-Code
gpsim-doc-0.22.0/gpsim.lyx:1690:list *pc will display either .asm or .lst lines around the pc
gpsim-doc-0.22.0/gpsim.lyx-1691-\end_layout
##############################################
gpsim-doc-0.22.0/gpsim.lyx-2875- To get the most out of your debugging session, you'll want to assemble
gpsim-doc-0.22.0/gpsim.lyx:2876: your code with gpasm (the gnupic assembler) and use the symbolic .cod files
gpsim-doc-0.22.0/gpsim.lyx-2877- it produces.
##############################################
gpsim-doc-0.22.0/gpsim.lyx-3005-\begin_layout Subsection
gpsim-doc-0.22.0/gpsim.lyx:3006:.asm Browser
gpsim-doc-0.22.0/gpsim.lyx-3007-\end_layout
##############################################
gpsim-doc-0.22.0/gpsim.lyx-4132- Notice that the assertion message is embedded in the argument.
gpsim-doc-0.22.0/gpsim.lyx:4133: gpasm and MPASM copy C's method of placing a backslash in front of quotations
gpsim-doc-0.22.0/gpsim.lyx-4134- that are part of a string.
##############################################
gpsim-doc-0.22.0/gpsim.lyx-6597- specifically an Intel Hex file.
gpsim-doc-0.22.0/gpsim.lyx:6598: gpsim accepts the format of hex provided by gpasm and mpasm.
gpsim-doc-0.22.0/gpsim.lyx-6599- The hex file does not provide any symbolic information.