From 8d92524d4c46493ad83ebd493dabd3f88e11037b Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Sat, 5 Sep 2020 18:21:53 +0200 Subject: add mul 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 4293441..c5b1cb3 100644 --- a/tclasm.tcl +++ b/tclasm.tcl @@ -181,3 +181,8 @@ proc sub {} { proc div {} { puts 0011000000000010 } + + +proc mul {} { + puts 0011000000000011 +} -- cgit v1.2.3