| ECE291 | Computer Engineering II | Lockwood, Spring 1999 |
| Assigned | Thursday 1/21/99 |
| Due Date | Thursday 1/28/99 |
| Purpose | Introduction |
| Points | 25 |
| Drive | Description | Purpose |
|---|---|---|
| C: | Hard Drive (local) | Holds Windows98, MASM, and other applications Do not store files here! |
| V: | Class Drive (network) | Class material, libraries, example code (Read Only) |
| W: | Your personal home directory (network) | This drive will be mounted each time you log in, and is accessible from any machine in the lab. (Store your MPs here!) |
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= ______ : ______ |