summaryrefslogtreecommitdiff
path: root/03/ex03
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2021-11-13 14:32:00 -0500
committerpommicket <pommicket@gmail.com>2021-11-13 14:32:00 -0500
commitc664b4e61b54bed0bd55924c97fcad9d5ad97e21 (patch)
treebcc3ef0cd3263d08a7a5fd0629f14b11aef4c424 /03/ex03
parent2507f4b19677e73521e1f03b3a915e1d0c5fcee1 (diff)
pretty much done 03 compiler!
Diffstat (limited to '03/ex03')
-rw-r--r--03/ex038
1 files changed, 4 insertions, 4 deletions
diff --git a/03/ex03 b/03/ex03
index 2301b33..5b24fdd 100644
--- a/03/ex03
+++ b/03/ex03
@@ -31,10 +31,10 @@ B-=J
A=:label
x3c
return
-;;;;;;;;;;;;;;;;;;;;;;;*-
-;;;;;;;;;;;;;;;;;;;;;;;/-
-;;;;;;;;;;;;;;;;;;;;;;;*+
-;;;;;;;;;;;;;;;;;;;;;;;/+
+imul
+idiv
+mul
+div
:funciton
call A
str Here is some text which will be put in the executable!