diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-03-25 09:39:46 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-03-25 09:39:46 -0700 |
commit | 8fa7c79685ae0be5da8cb767c24f7548479d72a5 (patch) | |
tree | 5100c55f67a85b667e9be9cc794953a43c1600b6 | |
parent | 9470451cb1ae00701d41a4f46780d81cf38fe5b4 (diff) | |
download | mu-8fa7c79685ae0be5da8cb767c24f7548479d72a5.tar.gz |
6168
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 1195358a..60d14ffd 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ more details, and there's a [summary](mu_summary) of all supported instructions. ## SubX Mu is written in [a notation for a subset of x86 machine code called SubX](http://akkartik.name/post/mu-2019-1). -Here's a program (`apps/ex1.subx`) that returns 42: +Here's a SubX program (`apps/ex1.subx`) that returns 42: ```sh bb/copy-to-ebx 0x2a/imm32 # 42 in hex |