From 2c528314ebe29a1c94b6c03fd1b0e2668ee25dff Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Sat, 5 Sep 2020 17:58:56 +0200 Subject: add div 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 17aa8aa..4293441 100644 --- a/tclasm.tcl +++ b/tclasm.tcl @@ -176,3 +176,8 @@ proc add {} { proc sub {} { puts 0011000000000001 } + + +proc div {} { + puts 0011000000000010 +} -- cgit v1.2.3