UMBC CMSC 211 |
The add up the values of each of the bytes in the file, ignoring all overflows. The result (called a checksum) is to be display on the screen.
;; 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)