Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PART 1 Write code for the LMC for the following tasks. ( 5 * * 3 = 1 5 ) In addition to the commands

PART 1
Write code for the LMC for the following tasks. (5**3=15)
In addition to the commands INP, OUT, STA, LDA, ADD, SUB, DAT and HLT, you will also
need to use the branching instructions such as BRZ, BRP and BRA commands. For each
task below, you should submit annotated mnemonics, that is, submit the code together
with comments explaining what each line of code does:
A. Ask the user for two numbers and print out the biggest. For example,
B. Ask the user for three numbers and print out all three from largest to smallest.
For example,
C. Ask the user to input two numbers. If the first number is greater than the second,
output 1; if the second number is greater than the first, output -1, and if the two
numbers are the same, output 0.

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

Modern Database Management

Authors: Heikki Topi, Jeffrey A Hoffer, Ramesh Venkataraman

13th Edition

0134773659, 978-0134773650

Students also viewed these Databases questions

Question

c. What are the job responsibilities?

Answered: 1 week ago