Browse Source

Update README.md (#853)

pull/856/head
Mohit Singla 5 years ago
committed by GitHub
parent
commit
5946beae65
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      README.md

1
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:

Loading…
Cancel
Save