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 17aa8aa..4293441 100644
--- a/tclasm.tcl
+++ b/tclasm.tcl
@@ -176,3 +176,8 @@ proc add {} {
proc sub {} {
puts 0011000000000001
}
+
+
+proc div {} {
+ puts 0011000000000010
+}