Question: can someone solve this please. it needs to be any input as the previous answer it only allowed me to have my first input lower
can someone solve this please. it needs to be any input as the previous answer it only allowed me to have my first input lower then my second input. explanation needed aswell thank you.
Write code for the LMC for the following tasks. (53=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
Get step-by-step solutions from verified subject matter experts
