I need help the lab 03 LC#3 of Day of Week of CSE 2130 Machine Organization. Write a program in LC-3 assembly language that keeps prompting for an integer in the range 0-6, and each time it outputs the corresponding name of the day. If a key other than ’0’ through ’6’ is pressed, the program exits.

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

I need help the lab 03 LC#3 of Day of Week of CSE 2130 Machine Organization.

Write a program in LC-3 assembly language that keeps prompting for an integer in the range
0-6, and each time it outputs the corresponding name of the day. If a key other than ’0’ through
’6’ is pressed, the program exits. 

 

Assembly Language Code:
ORIG X3000
LEA RO, PROMPT
; Prompt is the starting address of the
; prompt string
; outputs string on monitor
; reads a single character from
; keyboard and places the ASCII value in
; register RO
; the following code converts ASCII character to numerical value by subtracting 48
RESTART
PUTS
GETC
ASCII Char Decimal
48
49
50
ONI
0
1
2
Transcribed Image Text:Assembly Language Code: ORIG X3000 LEA RO, PROMPT ; Prompt is the starting address of the ; prompt string ; outputs string on monitor ; reads a single character from ; keyboard and places the ASCII value in ; register RO ; the following code converts ASCII character to numerical value by subtracting 48 RESTART PUTS GETC ASCII Char Decimal 48 49 50 ONI 0 1 2
; copy ASCII code to R3
ADD R3, RO, #0
; subtract 48 from ASCII code to get the numerical value
ADD R3, R3, #-16
ADD R3, R3, #-16
ADD R3, R3, #-16
; check validity of the entered value, if > 7 then exit
; you can use BR conditional instruction and >7 then go to HALT
Transcribed Image Text:; copy ASCII code to R3 ADD R3, RO, #0 ; subtract 48 from ASCII code to get the numerical value ADD R3, R3, #-16 ADD R3, R3, #-16 ADD R3, R3, #-16 ; check validity of the entered value, if > 7 then exit ; you can use BR conditional instruction and >7 then go to HALT
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 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