mirror of
https://github.com/johnwinans/rvalp.git
synced 2025-09-27 13:12:03 -04:00
Add labels for ebreak & addi insns
This commit is contained in:
parent
2385d9def6
commit
2c2bb9a085
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user