Assembly

profilemhqaaa

  

Write, build, and run an assembly language program that displays 0 through 9 on the screen.  You can only use the following data segment:

message BYTE “0”,13,10,0

· Hints: 

o Get the string to print first

o Research and use the LOOP command

· To get full credit for the assignment the program must use as few lines of code as possible. 

· At the top of the source code you must include your name, project description, and date in comments.

· To submit the assignment email a zip file to 

o Your source code in a .asm file

o A screen shot of your output in a .docx file

o A list file in .lst format

    • 7 years ago
    • 20
    Answer(0)