From cf81293d79cf3a5cfbcdb55eb6368bbcb5f06fd7 Mon Sep 17 00:00:00 2001 From: Test_User Date: Thu, 16 Feb 2023 14:57:20 -0500 Subject: Finish adding basic arithmetic instructions --- cpu/instructions/arithmetic/signed_divide.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cpu/instructions/arithmetic/signed_divide.txt (limited to 'cpu/instructions/arithmetic/signed_divide.txt') diff --git a/cpu/instructions/arithmetic/signed_divide.txt b/cpu/instructions/arithmetic/signed_divide.txt new file mode 100644 index 0000000..2746f71 --- /dev/null +++ b/cpu/instructions/arithmetic/signed_divide.txt @@ -0,0 +1,10 @@ +Number of parameters: 4 + +Usage: + signed_divide + +Effect: + Performs the signed division /, storing the integer result in and the remainder in + +Exceptions: + Division by 0 -- cgit v1.2.3