From 40a11a7155bc474d85ded1fef183baae2007f101 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Sat, 5 Sep 2020 16:43:32 +0200 Subject: add tee instruction together with bench --- tclasm.tcl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tclasm.tcl') 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] } -- cgit v1.2.3