| ECE291 | Computer Engineering II | Lockwood, Spring 1998 |
| Assigned | Thursday 1/22/98 |
| Due Date | Friday 1/30/98 |
| Purpose | Introduction |
| Points | 25 |
| Drive | Description | Purpose |
|---|---|---|
| A: | 3.5" Floppy | Portable media |
| C: | Hard Drive (local) | Holds Windows95, MASM, and other applications Do not store files here |
| I: | Class Drive (network) | Class material, libraries, example code |
| F: | Your personal home directory (network) | Store your MPs here! This drive will be mounted each time you log in, and is accessible from any machine in the lab. |
The code is broken into several sections to illustrate the various components in an assembly program. This is certainly not the only way to organize an assembly program, but it gives a good starting point. Again, you do not need to understand precisely what the statements are doing at this point, but notice the overall structure of the program. This will be a good reference for future machine problems.
| AL = ____ |
| Address= ______ : ______ |