Question: QUESTION 1 Convert the following assembly code fragments into machine code using the most efficient addressing mode available (i.e. if possible, use direct instead of

QUESTION 1 Convert the following assembly code fragments into machine code using the most efficient addressing mode available (i.e. if possible, use direct instead of extended) . What is the byte at location $4003? (Give your answer as 2 hex numbers, capital letters if appropriate, no extra symbols) ORG $4000 LDAB $35FF ADDB #$10 STAB $40 QUESTION 2 For the previous problem, what is the byte (contents of memory) at address $4004
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
