diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-03-21 07:45:04 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-03-21 07:45:04 -0700 |
commit | 13d24889e072a4bb2ba3da36e2ad5082a8f5132a (patch) | |
tree | 0cae74a7e1f8d9ab478a71f2d27407895046e32a | |
parent | 31e1c468030f5de7f1556d71ac383493fe2c8ec4 (diff) | |
download | mu-13d24889e072a4bb2ba3da36e2ad5082a8f5132a.tar.gz |
typo; thanks waterhouse
https://news.ycombinator.com/item?id=26525349#26529192
-rw-r--r-- | subx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx.md b/subx.md index a0004972..26f2c4f3 100644 --- a/subx.md +++ b/subx.md @@ -26,7 +26,7 @@ operation being performed) or _arguments_ (specifying the data the operation acts on). Any word can have extra _metadata_ attached to it after `/`. Some metadata is required (like the `/imm32` and `/imm8` above), but unrecognized metadata is silently skipped so you can attach comments to words (like the -instruction name `/copy-to-eax` above, or the `/exit` argument). +instruction name `/copy-to-ebx` above, or the `/exit` argument). What do all these numbers mean? SubX supports a small subset of the 32-bit x86 instruction set that likely runs on your computer. (Think of the name as short |