From 99a299649db55d84377ffd28a446b354bba16a9f Mon Sep 17 00:00:00 2001 From: John Winans Date: Mon, 28 May 2018 15:17:56 -0500 Subject: [PATCH] Add definition of ASCII --- book/glossary.tex | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/book/glossary.tex b/book/glossary.tex index bd43ce3..1450718 100644 --- a/book/glossary.tex +++ b/book/glossary.tex @@ -178,6 +178,13 @@ used to refer to the ability of a CPU to execute multiple instruction streams at the same time} } +\newglossaryentry{ascii} +{ + name={ASCII}, + description={American Standard Code for Information Interchange. + See \autoref{chapter:ascii}} +} + \newacronym{hart}{hart}{Hardware Thread} \newacronym{msb}{MSB}{Most Significant Bit} @@ -186,3 +193,4 @@ \newacronym{cpu}{CPU}{Central Processing Unit} \newacronym{ram}{RAM}{Random Access Memory} \newacronym{rom}{ROM}{Read Only Memory} +%\newacronym{ascii}{ASCII}{American Standard Code for Information Interchange}