1 / 1

EXERCISES

EXERCISES. Write an LC-3 Assembly language to input a character. Check if this character is ‘A’, display the letter ‘Y’ on screen. Write an LC-3 Assembly language to input a character. Check if this character is ‘A’, change it to ‘a’, then display this letter on screen.

Télécharger la présentation

EXERCISES

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. EXERCISES Write an LC-3 Assembly language to input a character. Check if this character is ‘A’, display the letter ‘Y’ on screen. Write an LC-3 Assembly language to input a character. Check if this character is ‘A’, change it to ‘a’, then display this letter on screen. Write an LC-3 Assembly language to input a character. Check if this character is a small letter (‘a’ to ‘z’ with the ASSCII codes x61 to x7A), change it to the capital, then display this letter on screen. 4. Write an LC-3 Assembly language to input two values from 1 to 4. Compute the summation of these two values and display the result on screen.

More Related