1a) State the contents of the accumulator after the following instructions
have been executed. The memory location with address 200 contains
300, the memory location with address 300 contains 50.
i) LDM #200
ii) LDD 200
iii) LDI 200
b) Write an assembly language instruction to:
i) compare the accumulator with 5
ii) jump to address 100 if the comparison is true.
Comments
Leave a comment