diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-10-16 13:53:42 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-10-16 13:53:42 -0700 |
commit | 6a65ec3d91c1e01b36b22797813a716b4a27f004 (patch) | |
tree | 9c34fc4f2685e43b9e4631eca62a22b716c420ad /subx | |
parent | d2051c62ca86ce9d1cb12c50c0e8a6cfbad73f36 (diff) | |
download | mu-6a65ec3d91c1e01b36b22797813a716b4a27f004.tar.gz |
4076
Diffstat (limited to 'subx')
-rw-r--r-- | subx/Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md index d80d06a8..cbc60d51 100644 --- a/subx/Readme.md +++ b/subx/Readme.md @@ -12,7 +12,7 @@ Bytecode interpreter for a subset of the 32-bit x86 ISA. * Only relative jump instructions (with 8-bit or 16-bit offsets). These rules yield a clean instruction set. We don't care about running -arbitrary binaries, just those generated by our Mu compiler. +arbitrary binaries, just those generated by our forthcoming Mu compiler. Targeting a VM enables more comprehensive tests for the compiler, without requiring access to processor/memory state without getting bogged down in |