Do the Even questions from section 5.5.6. Some questions (#2 *ahem*) may need investigation -- like a test program -- or research. Explain why when you choose false.

(It wouldn't hurt if you studied the answers to the odd questions as well.)

In addition, do these problems:

  1. Re-evaluate your answer to 5.4.3 #12 using the MASM USES operator as your basis for comparison.

  2. In much (real-mode) code you'll find the following pair of statements at the end of the main PROCedure:

        mov ax,4C00h
        int 21h
    

    What does this mean? (In particular, what's that 00h for?)


This assignment is Level 2.5.