aboutsummaryrefslogtreecommitdiff
path: root/tclasm.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tclasm.tcl')
-rw-r--r--tclasm.tcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tclasm.tcl b/tclasm.tcl
index 4293441..c5b1cb3 100644
--- a/tclasm.tcl
+++ b/tclasm.tcl
@@ -181,3 +181,8 @@ proc sub {} {
proc div {} {
puts 0011000000000010
}
+
+
+proc mul {} {
+ puts 0011000000000011
+}