Updated the look of references

This commit is contained in:
Garritt McCune
2024-08-20 16:34:35 -05:00
parent e2e78a88fd
commit c8ff04050e
4 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
\chapter{Interrupts}
Interrupts are signals sent to the processor via the I/O pin, software interrupt (via the \ref{int} instruction) or by the processor detecting a fault (divide by zero for instance). When an interrupt occurs the processor will index the Interrupt Vector Table whose location is provided by the livt \ref{livt} instruction.
Interrupts are signals sent to the processor via the I/O pin, software interrupt (via the \hyperref[sec:int]{int} instruction) or by the processor detecting a fault (divide by zero for instance). When an interrupt occurs the processor will index the Interrupt Vector Table whose location is provided by the \hyperref[sec:livt]{livt} instruction.
\paragraph{Unknown Opcode} Interrupt 0. Pushes status flags and clears interrupts.