From f6025deb662b7832c1db059d9933b0e99054c223 Mon Sep 17 00:00:00 2001 From: John Winans Date: Fri, 4 May 2018 00:36:52 -0500 Subject: [PATCH] Change RV32I to RV32IM. --- book/intro/chapter.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/book/intro/chapter.tex b/book/intro/chapter.tex index 43b3ca2..631d904 100644 --- a/book/intro/chapter.tex +++ b/book/intro/chapter.tex @@ -109,7 +109,6 @@ These base modules provide the minimal functional set of integer operations needed to execute an application. The differing bit--widths address the needs of different main--memory sizes. -This text discusses programming the RV32I using assembly language. \subsection{Extension Modules} @@ -122,3 +121,6 @@ Q (128--bit floating point), C (compressed size instructions) and others. The extension name {\em G} is used to represent the combined set of IMAFD extensions as is expected to be a common combination. + + +This text discusses programming the RV32IM ISA using assembly language.