From d5c877247834fc25689ca6cf7530cd8d1b870d3a Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Sat, 5 Sep 2020 17:20:38 +0200 Subject: add swap 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 c86a3e7..ed4ed8d 100644 --- a/tclasm.tcl +++ b/tclasm.tcl @@ -154,3 +154,8 @@ proc set_sp {address} { proc halt {} { puts 0000000000000000 } + + +proc swap {} { + puts 0000000000000010 +} -- cgit v1.2.3