edit readmes

This commit is contained in:
pommicket 2022-02-23 23:50:49 -08:00
parent c75af0c8e5
commit b4e22170b4
8 changed files with 54 additions and 52 deletions

View file

@ -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!