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-20 21:26:08 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-20 21:26:08 -0700
commit7ecc45c1352c8bf253c6e35e6a9e785219945855 (patch)
tree9f705063c09ca064879ddec2710c6aadea1da056 /subx/Readme.md
parent730961abe66e38d580fb9d321401f4cbaa9a5922 (diff)
downloadmu-7ecc45c1352c8bf253c6e35e6a9e785219945855.tar.gz
4382
Diffstat (limited to 'subx/Readme.md')
-rw-r--r--subx/Readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index 854a3876..e86b16b8 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -80,6 +80,11 @@ format. SubX is about programming with a small, regular subset of 32-bit x86:
   on unsigned integers)
 * Only relative jump instructions (with 8-bit or 16-bit offsets).
 
+For more details on programming in this subset, consult the online help:
+```
+$ ./subx help
+```
+
 ## Resources
 
 * [Single-page cheatsheet for the x86 ISA](https://net.cs.uni-bonn.de/fileadmin/user_upload/plohmann/x86_opcode_structure_and_instruction_overview.pdf)