Further refined some details about how ADD will work which will impact the way the rest of the processor will behave.

This commit is contained in:
Garritt McCune
2024-08-22 14:23:04 -05:00
parent c72b77ca19
commit efb8bf8883
2 changed files with 21 additions and 18 deletions
+3
View File
@@ -1,6 +1,8 @@
\documentclass[a4paper,12pt]{book}
\usepackage[dvipsnames]{xcolor}
\usepackage{tabularx}
\usepackage{multirow}
\usepackage{xintbinhex}
\usepackage[linkcolor=Aquamarine, linktoc=all, colorlinks=true]{hyperref}
\usepackage{tikz}
\usetikzlibrary{positioning}
@@ -16,6 +18,7 @@
{
% Prevent the table of contents from being colored
% https://tex.stackexchange.com/questions/88400/hyperref-changing-the-linkcolor-locally-in-the-toc
\hypersetup{linkcolor=black}
\tableofcontents
}