diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-11-26 01:43:48 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-11-26 01:43:48 -0800 |
commit | 71d7081a7ccf0af6e5887856ada32b468bcca30f (patch) | |
tree | 58dc166d83583eb3496155d8537dead19b513b15 /subx | |
parent | 116c41add4a557bef8ed65054f2667b4a2411f9d (diff) | |
download | mu-71d7081a7ccf0af6e5887856ada32b468bcca30f.tar.gz |
4786
Diffstat (limited to 'subx')
-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 032673fd..37e666b5 100644 --- a/subx/Readme.md +++ b/subx/Readme.md @@ -124,7 +124,7 @@ is the final source of truth on the x86 instruction set, but it can be forbidding to make sense of, so here's a quick orientation. You will need familiarity with binary and hexadecimal encodings (starting with '0x') for numbers, and maybe a few other things. Email [me](mailto:mu@akkartik.com) -anytime if something isn't clear. I love explaining this stuff for as long as +any time if something isn't clear. I love explaining this stuff for as long as it takes. The x86 instructions SubX supports can take anywhere from 1 to 13 bytes. Early |