diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-11-26 01:42:51 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-11-26 01:42:51 -0800 |
commit | 116c41add4a557bef8ed65054f2667b4a2411f9d (patch) | |
tree | 476e9adc70be9e73d3e99d792f8f58ecb2e761f4 | |
parent | 3b6fcde4f9587937f0ba4483e32390044743ff0b (diff) | |
download | mu-116c41add4a557bef8ed65054f2667b4a2411f9d.tar.gz |
4785
-rw-r--r-- | subx/Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md index 149a9f7b..032673fd 100644 --- a/subx/Readme.md +++ b/subx/Readme.md @@ -79,7 +79,7 @@ This program sums the first 10 natural numbers. By convention I use horizontal tabstops to help read instructions, dots to help follow the long lines, comments before groups of instructions to describe their high-level purpose, and comments at the end of complex instructions to state the low-level -operation they perform. +operation they perform. Numbers are always shown in hexadecimal (base 16). As you can see, programming in SubX requires the programmer to know the (kinda complex) structure of x86 instructions, all the different operands that an |