Browse Source

Fix formatting in README

Closes #328
pull/335/head
Andrew Waterman 7 years ago
parent
commit
6d15c93fd7
  1. 2
      README.md

2
README.md

@ -128,7 +128,7 @@ To see the contents of memory with a virtual address (0 for core 0):
: mem 0 2020
You can advance by one instruction by pressing <enter>. You can also
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)

Loading…
Cancel
Save