Question: Write the following code segment in MARIEs assembly language: if X> 1 then Y = X + X; X = 0; endif; Y = Y
Write the following code segment in MARIE’s assembly language:

if X> 1 then Y = X + X; X = 0; endif; Y = Y + 1;
Step by Step Solution
3.42 Rating (155 Votes )
There are 3 Steps involved in it
The MARIE assembly language code for the following code segment is if x 1 then y x x end if y y 1 Lo... View full answer
Get step-by-step solutions from verified subject matter experts
