handouts/ho03.tex
changeset 218 bc1f7c82e1a8
parent 213 9c2fa54c7c2d
child 227 7807863c4196
equal deleted inserted replaced
217:8ddf4fe6bf31 218:bc1f7c82e1a8
   152 
   152 
   153 \begin{itemize}
   153 \begin{itemize}
   154 \item \texttt{(l)ist n} -- listing the source file from line 
   154 \item \texttt{(l)ist n} -- listing the source file from line 
   155 \texttt{n}
   155 \texttt{n}
   156 \item \texttt{disassemble fun-name}
   156 \item \texttt{disassemble fun-name}
   157 \item \texttt{run} -- starts the program
   157 \item \texttt{run args} -- starts the program, potential 
       
   158 arguments can be given
   158 \item \texttt{(b)reak line-number} -- set break point
   159 \item \texttt{(b)reak line-number} -- set break point
   159 \item \texttt{(c)ontinue} -- continue execution until next 
   160 \item \texttt{(c)ontinue} -- continue execution until next 
   160 breakpoint in a line number
   161 breakpoint in a line number
   161 
   162 
   162 \item \texttt{x/nxw addr} -- print out \texttt{n} words starting 
   163 \item \texttt{x/nxw addr} -- print out \texttt{n} words starting