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 f5646a2..c86a3e7 100644
--- a/tclasm.tcl
+++ b/tclasm.tcl
@@ -101,6 +101,11 @@ proc add {} {
}
+proc sub {} {
+ puts 0011000000000001
+}
+
+
proc _store {address_part} {
puts 011111100[__to_binary $address_part 7]
}