From a0e9d28f2a21cc42dff7ed2fce3e52cb04bc5170 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Mon, 23 Nov 2020 11:22:19 +0100 Subject: add unsigned division remainder instruction --- tclasm.tcl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tclasm.tcl') diff --git a/tclasm.tcl b/tclasm.tcl index 90adda5..3fa53d2 100755 --- a/tclasm.tcl +++ b/tclasm.tcl @@ -376,6 +376,10 @@ proc uge {} { puts 0011000000001111 } +proc rem {} { + puts 0011000000010000 +} + proc ret {} { puts 0011000010000000 -- cgit v1.2.3