aboutsummaryrefslogtreecommitdiff
path: root/tclasm.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tclasm.tcl')
-rw-r--r--tclasm.tcl5
1 files changed, 5 insertions, 0 deletions
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
+}