Commit 619a487
committed
Fix empty-buffer crash on '#'; CI now verifies all three PART_SELECT configs
- DisplayMessage: guard with tst r21 / breq Checkpress3 so pressing '#'
with no characters buffered does not read uninitialized SRAM (r21=0
wraps to 255 and displays 256 garbage entries)
- CI: assemble Lab 7 three times via sed substitution of PART_SELECT
(1=timer LED roll, 2=keypad ASCII lookup, 3=SRAM message buffer)1 parent 16e80cf commit 619a487
2 files changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
30 | 42 | | |
31 | 43 | | |
32 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
| 200 | + | |
199 | 201 | | |
200 | 202 | | |
201 | 203 | | |
| |||
0 commit comments