diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-05-24 23:06:07 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-24 23:06:07 -0700 |
commit | 3351d83f8bd920a6e7faab723af8255ae7671f26 (patch) | |
tree | d42a765dc611b16025e7b4691aa10b9c8622d1f8 | |
parent | f5c45f861413905df052e6239ef8184bf1738f74 (diff) | |
download | mu-3351d83f8bd920a6e7faab723af8255ae7671f26.tar.gz |
6403
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | subx_addressing_modes.md (renamed from SubX-addressing-modes.md) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 6344a560..daa5b8ff 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ reg/mem operand is constructed by expressions of one of these forms: and `scale` and `disp` are 2- and 32-bit constants respectively. Under the hood, SubX turns expressions of these forms into multiple arguments -with metadata in some complex ways. See [SubX-addressing-modes.md](SubX-addressing-modes.md). +with metadata in some complex ways. See [subx\_addressing\_modes.md](subx_addressing_modes.md). That covers the complexities of the reg/mem operand. The second operand is simpler. It comes from exactly one of the following argument types: diff --git a/SubX-addressing-modes.md b/subx_addressing_modes.md index cdb056ee..cdb056ee 100644 --- a/SubX-addressing-modes.md +++ b/subx_addressing_modes.md |