diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-10-13 01:45:50 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-10-13 01:45:50 -0700 |
commit | b4349e2ca28388b13c01fd67a88888a437ca98fd (patch) | |
tree | 4ae740849c65e75c5f9e0893f935b9492edac504 /subx | |
parent | ba2ec7250d4060e8ebf4a54c31f87d03ab9d8e27 (diff) | |
download | mu-b4349e2ca28388b13c01fd67a88888a437ca98fd.tar.gz |
4060 - subx: correct stale Readme
Diffstat (limited to 'subx')
-rw-r--r-- | subx/Readme.md | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/subx/Readme.md b/subx/Readme.md index c8832b46..4f6f6c24 100644 --- a/subx/Readme.md +++ b/subx/Readme.md @@ -2,16 +2,10 @@ Bytecode interpreter for a subset of the 32-bit x86 ISA. -To build: - - ``` - ./build - ``` - To run tests: ``` - ./subx + ./subx test ``` x86 instruction set resources used in building this: |