aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMohit Singla <msingla.developer@gmail.com>2021-11-07 14:19:59 +0530
committerGitHub <noreply@github.com>2021-11-07 01:49:59 -0700
commit5946beae65e8c3def73de48f319cf62d18555487 (patch)
tree4f7c7ce43780a7410b81c3d100713d01ba0b4e31 /README.md
parent9746d6b2ec9d95a3b93254bcbd8f77fcff08b76c (diff)
downloadspike-5946beae65e8c3def73de48f319cf62d18555487.zip
spike-5946beae65e8c3def73de48f319cf62d18555487.tar.gz
spike-5946beae65e8c3def73de48f319cf62d18555487.tar.bz2
Update README.md (#853)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 802c645..6cf4ab4 100644
--- a/README.md
+++ b/README.md
@@ -152,6 +152,7 @@ You can advance by one instruction by pressing the enter key. You can also
execute until a desired equality is reached:
: until pc 0 2020 (stop when pc=2020)
+ : until reg 0 mie a (stop when register mie=0xa)
: until mem 2020 50a9907311096993 (stop when mem[2020]=50a9907311096993)
Alternatively, you can execute as long as an equality is true: