Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
SlideShare a Scribd company logo
PROGRAM 1: Favorite Show!
Write an HLA Assembly program that displays your favorite
television show on screen in large letters. There should be no
input, only output. For example, I really like The X-Files, so my
output would look like this:
All this output should be generated by just five
stdout.put
statements.

More Related Content

PROGRAM 1 Favorite Show!Write an HLA Assembly program that displa.docx

  • 1. PROGRAM 1: Favorite Show! Write an HLA Assembly program that displays your favorite television show on screen in large letters. There should be no input, only output. For example, I really like The X-Files, so my output would look like this: All this output should be generated by just five stdout.put statements.