add multiplication and division

This commit is contained in:
William Bell
2025-08-19 02:36:09 +01:00
parent a96023ced1
commit c856e7d654
8 changed files with 178 additions and 48 deletions

View File

@@ -135,4 +135,12 @@ loads the addition function into register 1
## OP_LOAD_SUBTRACTION_FUNCTION
loads the subtraction function into register 1
loads the subtraction function into register 1
## OP_LOAD_MULTIPLY_FUNCTION
loads the multiply function into register 1
## OP_LOAD_DIVISION_FUNCTION
loads the division function into register 1