Updated the look of references
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user