Question: 33. Write the following code segment in MARIE assembly language: X = 1; while X < 10 do X = X + 1; endwhile;
33. Write the following code segment in MARIE assembly language:

X = 1; while X < 10 do X = X + 1; endwhile;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
