summaryrefslogtreecommitdiff
path: root/cpu/interrupts/execution.txt
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2023-04-26 15:01:37 -0400
committerTest_User <hax@andrewyu.org>2023-04-26 15:01:37 -0400
commit868e583b8d8c7dbeb8478202ea38b7de3f64e151 (patch)
tree689eb98eb36bba660b603233f6b8551d93fada7d /cpu/interrupts/execution.txt
parent8b4b6b2a3048aa5bfa369e58ec020706b543cb72 (diff)
downloadspecification-868e583b8d8c7dbeb8478202ea38b7de3f64e151.tar.gz
specification-868e583b8d8c7dbeb8478202ea38b7de3f64e151.zip
Add iret* instructions
Diffstat (limited to 'cpu/interrupts/execution.txt')
-rw-r--r--cpu/interrupts/execution.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/interrupts/execution.txt b/cpu/interrupts/execution.txt
index 858334c..dcff30e 100644
--- a/cpu/interrupts/execution.txt
+++ b/cpu/interrupts/execution.txt
@@ -3,7 +3,7 @@ When an interrupt occurs:
OIPI gets set to the IP from the previous code running
PR is set to all 1s
-The next interrupt will not occur until after the current processing has been finished via `ireti`
+The next interrupt will not occur until after the current processing has been finished via `ireth`
When returning via ireth:
PR is set to OPRI