mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 01:46:46 +08:00
typo
This commit is contained in:
parent
05e9aa254a
commit
8cd4b41c0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue