diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-07-20 18:08:30 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-07-20 18:08:30 -0700 |
commit | 8557cd84698b36adaf1102b7d0764dd05583d214 (patch) | |
tree | 5e61d34685774577c4d090016e86476c141d6488 /subx | |
parent | 9adb2104ac8dd6231aebe76f17aa324638727588 (diff) | |
download | mu-8557cd84698b36adaf1102b7d0764dd05583d214.tar.gz |
4378
Diffstat (limited to 'subx')
-rw-r--r-- | subx/001help.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/001help.cc b/subx/001help.cc index 340f7d33..58fc73ab 100644 --- a/subx/001help.cc +++ b/subx/001help.cc @@ -44,7 +44,7 @@ init_help(); void init_help() { put(Help, "usage", "Welcome to SubX, a better way to program in machine code.\n" - "SubX uses a subset of x86 machine code. SubX programs should run without modification on Linux computers.\n" + "SubX uses a subset of the x86 instruction set. SubX programs will run without modification on Linux computers.\n" "It provides a better experience and better error messages than programming directly in machine code, but you have to stick to the instructions it supports.\n" "\n" "== Ways to invoke subx\n" |