Please see the attached image for solving the problem Code in Assembly language using LC-3 HERE IS A STARTER CODE .ORIG x3000 AND R0, R0, #0 AND R1, R1, #0 AND R2, R2, #0 AND R3, R3, #0 LEA R0, INTR ; ADD INSTRUCTIONS HERE FIN  HALT; {TRAP 25} ;data INTR .STRINGZ "Enter an integer between 1 and 9: " EQFIVE .STRINGZ "The number entered is = 5" LFIVE .STRINGZ "The number entered is < 5" GFIVE .STRINGZ "The number entered is > 5" ATOINT .FILL #-48 .END

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Please see the attached image for solving the problem

Code in Assembly language using LC-3

HERE IS A STARTER CODE

.ORIG x3000

AND R0, R0, #0

AND R1, R1, #0

AND R2, R2, #0

AND R3, R3, #0

LEA R0, INTR

; ADD INSTRUCTIONS HERE

FIN  HALT; {TRAP 25}

;data

INTR .STRINGZ "Enter an integer between 1 and 9: "

EQFIVE .STRINGZ "The number entered is = 5"

LFIVE .STRINGZ "The number entered is < 5"

GFIVE .STRINGZ "The number entered is > 5"

ATOINT .FILL #-48

.END

Write an assembly program (asm) that solicits an integer between 1 and 9 from the console. If the number equals five,
print "The number entered is 5". If the number entered is less than 5, print "The number entered is < 5". Otherwise,
print "The number entered is > 5". Match the screen print below."
LC3 Console
Enter an integer between 1 and 9: 3
The number entered is< 5
Run again?: y
Enter an integer between 1 and 9: 7
The number entered is > 5
Run again?: y
Enter an integer between 1 and 9: y
The number entered is > 5
Run again?:
Here is starter code:
Transcribed Image Text:Write an assembly program (asm) that solicits an integer between 1 and 9 from the console. If the number equals five, print "The number entered is 5". If the number entered is less than 5, print "The number entered is < 5". Otherwise, print "The number entered is > 5". Match the screen print below." LC3 Console Enter an integer between 1 and 9: 3 The number entered is< 5 Run again?: y Enter an integer between 1 and 9: 7 The number entered is > 5 Run again?: y Enter an integer between 1 and 9: y The number entered is > 5 Run again?: Here is starter code:
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY