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