Consider the following LC-3 assembly program. Play the role of the assembler: .orig x3000 lea r1, data ld r2, num loop brz done str r2, r1,
Options:
A) The LC-3 assembly program is incomplete and cannot be assembled.
B) The assembler will convert assembly instructions into machine code.
C) The program does not involve any branching instructions.
D) The assembler's role is not relevant to LC-3 assembly programs.