aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index fed9bc7..71827bc 100644
--- a/README
+++ b/README
@@ -84,3 +84,14 @@ execute until a desired equality is reached:
Alternatively, you can execute as long as an equality is true:
: while mem 2020 50a9907311096993
+
+You can continue execution indefinitely by:
+
+ : r
+
+At any point during execution (even without -d), you can enter the
+interactive debug mode with <control>-<c>.
+
+To end the simulation from the debug prompt, press <control>-<c> or:
+
+ : q