Project 3 Due: 18 April
Requirements Specfication
Write three programs that:
- Prints the message "Program A"
- Execute program B
- Prints the message "Program B"
- Execute program c
- Prints the message "Program C
"
Name the source code files: proj3a.asm proj3b.asm proj3c.asm
Submission
Email the source files (the .asm file) to the grader at
rrizza1@gl.umbc.edu.
Example Output
In the following example
the program displays what is in Blue. and there is no
user input.
Program A
Program B
Program C
Program Header Comment Block
Use the following comment block at the beginning of your source code:
;; Filename: proj1.asm
;; Name: Ima Student
;; SSAN: 6789
;; Date: 3 Feb 2001
;; Course: CMSC-211
;; Description: (Your psuedocode goes here. Must be detailed)
;; Notes: (As needed, such has how to compile)