This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:multiasm:cs:chapter_3_10 [2026/03/01 14:13] – [Program control flow destination addressing] ktokarz | en:multiasm:cs:chapter_3_10 [2026/03/01 14:14] (current) – [Program control flow destination addressing] ktokarz | ||
|---|---|---|---|
| Line 88: | Line 88: | ||
| </ | </ | ||
| - | **Indirect addressing** of the destination uses the content of the register as the address where the program will jump. In the following example, the processor will jump to the destination address, which is stored in //R0//: | + | **Indirect addressing** of the destination, as shown in Fig {{ref> |
| < | < | ||
| jump [R0] | jump [R0] | ||