mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-23 06:46:45 +08:00
M!erge branch 'main' of https://github.com/pkivolowitz/asm_book
wedpoked
This commit is contained in:
commit
444bccc2d4
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ d0 = dptr[counter];
|
||||||
|
|
||||||
`Line 20` is equivalent to:
|
`Line 20` is equivalent to:
|
||||||
|
|
||||||
`counter` is multiplied byb 4 then added to `fptr`.
|
`counter` is multiplied by 4 then added to `fptr`.
|
||||||
|
|
||||||
```c++
|
```c++
|
||||||
// ldr s1, [fptr, counter, lsl 2]
|
// ldr s1, [fptr, counter, lsl 2]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue