handouts/ho03.tex
changeset 461 57108918cf8c
parent 458 aebcaa545f81
child 467 da4896f201b5
equal deleted inserted replaced
460:ab7acd13bef3 461:57108918cf8c
   856 \item \texttt{x/nxw addr} -- prints out \texttt{n} words starting 
   856 \item \texttt{x/nxw addr} -- prints out \texttt{n} words starting 
   857 from address \pcode{addr}, the address could be \code{$esp} 
   857 from address \pcode{addr}, the address could be \code{$esp} 
   858 for looking at the content of the stack
   858 for looking at the content of the stack
   859 \item \texttt{x/nxb addr} -- prints out \texttt{n} bytes 
   859 \item \texttt{x/nxb addr} -- prints out \texttt{n} bytes 
   860 \item \texttt{q} -- quits the debugger
   860 \item \texttt{q} -- quits the debugger
       
   861 \item \texttt{tui enable} or \texttt{C-x C-a} --- switches into
       
   862 TUI mode 
   861 \end{itemize}
   863 \end{itemize}
   862 
   864 
   863  
   865  
   864 \end{document}
   866 \end{document}
   865 
   867