Add labels for ebreak & addi insns

This commit is contained in:
John Winans 2018-05-28 12:31:15 -05:00
parent 2385d9def6
commit 2c2bb9a085

View File

@ -9,6 +9,9 @@ that demonstrate their usefulness.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Use {\tt ebreak} to Stop \rvddt{} Execution}
\index{Instruction!ebreak}
\label{insn:ebreak}
It is a good idea to learn how to stop before learning how to go!
The \insn{ebreak} instruction exists for the sole purpose of transferring control back
to a debugging environment.\cite[p.~24]{rvismv1v22:2017}
@ -39,6 +42,7 @@ I needed for myself \tt:-)}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Using the \insn{addi} Instruction}
\index{Instruction!addi}
\label{insn:addi}
\enote{Define what constant and immediate values are somewhere.}%
The detailed description of how the \insn{addi} instruction is executed