summaryrefslogtreecommitdiff
path: root/cpu/instructions/transfer/push_pop_notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/instructions/transfer/push_pop_notes.txt')
-rw-r--r--cpu/instructions/transfer/push_pop_notes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/instructions/transfer/push_pop_notes.txt b/cpu/instructions/transfer/push_pop_notes.txt
new file mode 100644
index 0000000..ae64f95
--- /dev/null
+++ b/cpu/instructions/transfer/push_pop_notes.txt
@@ -0,0 +1,2 @@
+Exact value to use for SP during push/pop instructions within the same queue is to be considered as if each push/pop instrction were executed sequentially according to their placement in the instruction queue
+Resulting SP written in the end is to be the sum of all changes from executed push/pop instructions in the queue