From 325b3fb036b6ca09a3ce9f5b243f863d6831c6e2 Mon Sep 17 00:00:00 2001 From: John Winans Date: Sun, 16 Oct 2022 20:59:50 -0500 Subject: [PATCH] Stub in labels for csr instructions --- book/rv32/chapter.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/book/rv32/chapter.tex b/book/rv32/chapter.tex index e00d9bd..cbd3625 100644 --- a/book/rv32/chapter.tex +++ b/book/rv32/chapter.tex @@ -1073,6 +1073,16 @@ If \verb@rs1@ is not equal to \verb@rs2@ then add \verb@imm_b@ to the %\label{insn:bgtz} +%Control and Status Register Instructions +%\label{insn:csrrw} +%\label{insn:csrrs} +%\label{insn:csrrc} +%\label{insn:csrrwi} +%\label{insn:csrrsi} +%\label{insn:csrrci} + + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{CPU Registers} \label{cpuregs}