From 05476cc3ffd457f2d477edaf27998003bdaf7057 Mon Sep 17 00:00:00 2001 From: Test_User Date: Tue, 22 Nov 2022 12:46:34 -0500 Subject: Started listing instructions, improved cpu readability of format A a little --- cpu/instructions/execution_control/call.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cpu/instructions/execution_control/call.txt (limited to 'cpu/instructions/execution_control/call.txt') 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 + +Effect: + IP pushed to stack + IP moved to + +Exceptions: + None -- cgit v1.2.3