✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider the following SIC assembly program (each instruction is 3 bytes; RESW n reserves n × 3 bytes):
| START | 1000 | |
| LDA | A | |
| STA | B | |
| A | RESW | 1 |
| B | RESW | 1 |
| END |
What is the total length of this program in hexadecimal?