Question
1. Write a PROPERLY FORMED SUBROUTINE in LC3 assembly that gets a character from the user, prints the character and the next two characters after
1. Write a PROPERLY FORMED SUBROUTINE in LC3 assembly that gets a character from the user, prints the character and the next two characters after that character. FOR BREVITY, DONT SAVE OR RESTORE REGISTERS
2. Write a fully formed program (JUST THE MAIN PART, NO SUBROUTINES) in assembly for an LC3 program that gets two characters from the user using GETC and prints the word EQUAL if they are the same.
3. Write a fully formed program (JUST THE MAIN PART, NO SUBROUTINES) in assembly for an LC3 program that gets a key press from the user using GETC and prints the word hello if that keypress is an uppercase H (ASCII for H is 72 decimal) or prints goodbye if that keypress is NOT an H.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started