Mohit Singla
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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: |
|
|
|
|