wedpoked
This commit is contained in:
Perry Kivolowitz 2022-08-24 20:51:20 -05:00
commit 444bccc2d4

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]