This commit is contained in:
pkivolowitz 2022-08-24 20:46:50 -05:00 committed by GitHub
parent 05e9aa254a
commit 8cd4b41c0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,7 +125,7 @@ d0 = dptr[counter];
`Line 20` is equivalent to:
`counter` is multiplied byb 4 then added to `fptr`.
`counter` is multiplied by 4 then added to `fptr`.
```c++
// ldr s1, [fptr, counter, lsl 2]