Question: Write the following code segment in MARIE's assembly language: if X > 1 then Y = X + 5; X = 1; endif; Y =
Write the following code segment in MARIE's assembly language:
if X > 1 then
Y = X + 5;
X = 1;
endif;
Y = Y + 2;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
