SPRUI30H November 2015 – May 2024 DRA745 , DRA746 , DRA750 , DRA756
| Byte Address | Instruction | Comment |
|---|---|---|
| 0x100 | | First instr of loop0 is at #5 halfword offset
|
| 0x104 | | Last instr of loop0 is at #4 halfword offset
|
| 0x108 | | iter count = “size” (passed via R1) |
| 0x10A | | Load word from source (Loop 0, instr 1) |
| 0x10C | | Store word to dest (Loop 0, instr 2) |
| Byte Address | Instruction | Comment |
|---|---|---|
| 0x100 | | First instr of loop0 is at #5 halfword offset
|
| 0x104 | | Last instr of loop0 is at #6 halfword offset
|
| 0x108 | | iter count = “size” (passed via R1) |
| 0x10A | | Load word from source (Loop 0, instr 1) |
| 0x10C | | Increment src pointer |
| 0x10E | | Store word to dest |
| 0x110 | | Increment dest pointer (Loop 0, instr 4) |