summaryrefslogtreecommitdiff
path: root/cpu/registers/hardware-interrupt-related.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/registers/hardware-interrupt-related.txt')
-rw-r--r--cpu/registers/hardware-interrupt-related.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpu/registers/hardware-interrupt-related.txt b/cpu/registers/hardware-interrupt-related.txt
new file mode 100644
index 0000000..895ff92
--- /dev/null
+++ b/cpu/registers/hardware-interrupt-related.txt
@@ -0,0 +1,5 @@
+OIP (Old Instruction Pointer)
+ Used to store the old IP when interrupts occur
+
+OPR (Old Privilege Register)
+ Used to store the old PR when interrupts occur