UMBC CMSC 211

CSEE | 211 | Current | lectures | news | help


Project 1

Requirements Specfication

Programming Problem 5.2 on Page 127 in the textbook.

Program Header Comment Block

Use the following comment block at the beginning of your source code:
;; Filename:       first.asm
;; Name:           Ima Student
;; SSAN:           6789  
;; Date:           3 October 2000
;; Course:         CMSC-211 
;; Description:    (Your psuedocode goes here)
;; Notes:          (As needed, such has how to assembly)


CSEE | 211 | Current | lectures | news | help