diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 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: |