What is the starting address Address Machine Code Label Sour
What is the starting address?
Address. Machine Code. Label. Source Code
_______________________________________
0100 8E 01 E5 LDS #$01E5
0103 BD 01 09 JSR DELAY
0106 86 29 LDAA #$29
0108 3F SWI
0108 CE 0D 06 DELAY LDX #$0D06
010C 09 LOOP DEX
010D 26 FD BNE LOOP
010F 39 RTS
ANSWER CHOICES
(1) Address $0103
(2) Address $0106
(3) Address $0109
(4) Address $0D06
(5) Address $01E5
Solution
5)Address $0103
Since the processing of the machine code is started here hence the starting address $0103
