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