From 3ec21a949b0887e32bbffcdb38a5738abfe8cfd0 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Sat, 5 Sep 2020 16:58:33 +0200 Subject: add add 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 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] } -- cgit v1.2.3