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 fd45456..c00fe18 100644
--- a/tclasm.tcl
+++ b/tclasm.tcl
@@ -91,6 +91,11 @@ proc const {value} {
}
+proc tee {} {
+ puts 0001000000000000
+}
+
+
proc _store {address_part} {
puts 011111100[__to_binary $address_part 7]
}