1 Write the following MARIE assembly language equivalent of
1. Write the following MARIE assembly language equivalent of the following machine language instructions where: 0010 0000 0010 0111 is Store 039
a) 0001 0010 0011 0100
b) 1000 1000 0000 0000
c) 0011 1010 1011 1100
d) 0111 0000 0000 0000
Solution
a) 0001 0010 0011 0100 Load 234
b) 1000 1000 0000 0000 Skipcond if condition AC < 0, AC = = 0, AC > 0 is match.
c) 0011 1010 1011 1100 Add ABD
d) 0111 0000 0000 0000 Halt
