Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| ctboard:peripherals:7segment_bin [2022/12/23 11:07] – ruan | ctboard:peripherals:7segment_bin [2026/06/25 14:59] (current) – [Programming Example] scbj | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| ===== Programming Example ===== | ===== Programming Example ===== | ||
| - | The code snippet | + | The code snippet |
| <code c> | <code c> | ||
| Line 30: | Line 30: | ||
| \\ | \\ | ||
| - | < | + | < |
| - | ADDR_SEG7_BIN | + | .equ ADDR_SEG7_BIN, |
| - | LDR | + | ldr r0, =ADDR_SEG7_BIN |
| - | | + | |
| - | | + | |
| </ | </ | ||
| \\ | \\ | ||