Homework 2, These are the Jokes Folks!.
Short Description:
Write an assembly program that tells a joke.
Goals
When you finish this homework, you should have:
- Written a basic NASM assembly program that runs on prog1
- Assembled and run your program.
- Documented your program.
- Established your environment for this class for the semester.
Formal Description
Write a NASM assembly program that tells a question type joke. Your program should:
- Print the question
- Print four blank lines
- Print the answer
- Print a blank line
- Print an attribute to you.
- Print an attribution to the source.
For example, I found this joke on The Nature Conservancy web page.
Why doesn't the sun need to go to college?
Because it already has millions of degrees!.
Told by Dan Bennett
From The Nature Conservancy page.
Notes
- I expect you to use the program we discussed in class as the foundation of your program.
- Your program must assemble and run on prog1.cs.pennwest.edu
- Your program should be well documented, with a generous sprinkling of comments.
Required Files
Your assembly file and a Makefile combined together in a tar or zip file.
Submission
Submit the assignment to the D2L folder homework 2 by the due date.