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:

Formal Description

    Write a NASM assembly program that tells a question type joke. Your program should: 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

    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.