Project 4
Requirements Specfication
Program the video memory directly, so that for each character cell in a set
of 256 cells on the screen is a different color. For example, the first
cell on the screen (row 0, column 0) has an attribute byte set to 0. The
second cell would have the attribute byte set to a value of 1, and so forth.
After the first 256 cells, start over with the value of 0.
Do not clear the screen before before starting the program. This will change
the appearance of the characaters that were previously displayed.
Program Header Comment Block
Use the following comment block at the beginning of your source code:
;; Filename: first.asm
;; Name: Ima Student (This is your name. Without it, you don't
;; get a grade.)
;; 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