summaryrefslogtreecommitdiff
path: root/cpu/instructions/execution_control/call.txt
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2022-11-22 12:46:34 -0500
committerTest_User <hax@andrewyu.org>2022-11-22 12:46:34 -0500
commit05476cc3ffd457f2d477edaf27998003bdaf7057 (patch)
tree84a8413830871ba37b92192852400225f1cc00b5 /cpu/instructions/execution_control/call.txt
parentc98515e7bcede03bc9334e060f6386ef1e653801 (diff)
downloadspecification-05476cc3ffd457f2d477edaf27998003bdaf7057.tar.gz
specification-05476cc3ffd457f2d477edaf27998003bdaf7057.zip
Started listing instructions, improved cpu readability of format A a little
Diffstat (limited to 'cpu/instructions/execution_control/call.txt')
-rw-r--r--cpu/instructions/execution_control/call.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpu/instructions/execution_control/call.txt b/cpu/instructions/execution_control/call.txt
new file mode 100644
index 0000000..edec5f1
--- /dev/null
+++ b/cpu/instructions/execution_control/call.txt
@@ -0,0 +1,11 @@
+Number of parameters: 1
+
+Usage:
+ call <target>
+
+Effect:
+ IP pushed to stack
+ IP moved to <target>
+
+Exceptions:
+ None