Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

translate this Java code to MARIE simulator code: * Hints: * 1. Data storage acting as variables AND constants must be in your symbol *

translate this Java code to MARIE simulator code:

* Hints: * 1. Data storage acting as variables AND constants must be in your symbol * table; MARIE does not permit the use of immediate mode operands except * as provided in the LOADA extended opcode. I am not saying you need to use * LOADA. This is just a clarification.

* 2. Remember that comparisons of variables to numbers involves the * difference between those, and the use of 0 options * in SKIPCOND (000, 400 and 800, respectively)

* 3. MARIE has one peculiarity - on a long run, it may stop after some * fixed number of steps (instructions) regardless of breakpoint or * step settings. If the PC is not showing the last instruction * (which ought to be HALT) then choose Run -> Run again to continue * execution to its conclusion.

* 4. Don't forget to switch MARIE's output window to DEC mode for this * before you start execution. * If you don't, you'll get a bunch of blanks. */

* 5. At the end it should print 1550, in the output menu.

image text in transcribed

public class PP1 { public static void main(String[] args) { int sum = 0; for (int x = 1; x

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data And Databases

Authors: Jeff Mapua

1st Edition

1978502257, 978-1978502253

More Books

Students also viewed these Databases questions