diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-07-27 08:28:01 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-07-27 08:28:01 -0700 |
commit | 667d21177b9d8fe3652710b818d13940b23511d7 (patch) | |
tree | af70b1bd7997860190ab52f2004d61ebdcb45baa | |
parent | 5fdd09c5f012037b3a0f67ae63597d0135c1fe39 (diff) | |
download | mu-667d21177b9d8fe3652710b818d13940b23511d7.tar.gz |
4433
-rw-r--r-- | subx/Readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/subx/Readme.md b/subx/Readme.md index cad898f6..1f24ddc1 100644 --- a/subx/Readme.md +++ b/subx/Readme.md @@ -76,7 +76,7 @@ also be runnable on a 64-bit Linux system. I can't guarantee it, but I'd appreciate hearing if it doesn't run. However, there are a few more binaries in the teensy/ directory. They are not -guaranteed to be runnable by subx. I'm not building general infrastructure +guaranteed to be runnable by `subx`. I'm not building general infrastructure here for all of the x86 ISA and ELF format. SubX is about programming with a small, regular subset of 32-bit x86: @@ -89,8 +89,8 @@ small, regular subset of 32-bit x86: on unsigned integers) * Only relative jump instructions (with 8-bit or 16-bit offsets). -The ELF binaries generated are statically linked and missing a lot of features -as well. But they will run. +The ELF binaries generated are statically linked and missing a lot of advanced +ELF features as well. But they will run. For more details on programming in this subset, consult the online help: ``` |