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
Get step-by-step solutions from verified subject matter experts
