diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-07-20 21:26:08 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-07-20 21:26:08 -0700 |
commit | 7ecc45c1352c8bf253c6e35e6a9e785219945855 (patch) | |
tree | 9f705063c09ca064879ddec2710c6aadea1da056 /subx | |
parent | 730961abe66e38d580fb9d321401f4cbaa9a5922 (diff) | |
download | mu-7ecc45c1352c8bf253c6e35e6a9e785219945855.tar.gz |
4382
Diffstat (limited to 'subx')
-rw-r--r-- | subx/Readme.md | 5 |
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) |