summaryrefslogtreecommitdiff
path: root/02
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-02-23 23:50:49 -0800
committerpommicket <pommicket@gmail.com>2022-02-23 23:50:49 -0800
commitb4e22170b4cbe580a1583337817f6a388c0e1f55 (patch)
tree58041697f554dcec95de708bd466be5e8a7e3a84 /02
parentc75af0c8e5fdf7792081f03ca8a01764953b19a4 (diff)
edit readmes
Diffstat (limited to '02')
-rw-r--r--02/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/02/README.md b/02/README.md
index 689e76f..9ba5063 100644
--- a/02/README.md
+++ b/02/README.md
@@ -106,7 +106,7 @@ And instead of figuring out the address of a piece of data, we can just use its
```
im
--xy
-// rax now points to the data at the label "::xy"
+// rax now points to the data at the label ::xy
```
This also lets us compute the length of the hello world string automatically!