about summary refs log tree commit diff stats
path: root/subx/Readme.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-27 08:28:01 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-27 08:28:01 -0700
commit667d21177b9d8fe3652710b818d13940b23511d7 (patch)
treeaf70b1bd7997860190ab52f2004d61ebdcb45baa /subx/Readme.md
parent5fdd09c5f012037b3a0f67ae63597d0135c1fe39 (diff)
downloadmu-667d21177b9d8fe3652710b818d13940b23511d7.tar.gz
4433
Diffstat (limited to 'subx/Readme.md')
-rw-r--r--subx/Readme.md6
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:
 ```