Assembly Language Programming

"This course will introduce you to the Intel architecture and to the assembly language used on the PC's. Emphasis will be placed on how the machine accomplishes its actions at the register level and the implications that these methods have on programming the machine. Additional discussions will involve the relationship of assembly language to higher-level language, the use of system services provided by the BIOS and DOS, the use of macro libraries, and the process of linking. We will also look at interrupt handling by DOS." -Dr. Wolfe

Project Outlines:

Project 1:  This assembly language program counts the approxiamate number of words and lines in a portion of text. Counting in the manner suggested above does not necessarily produce an accurate count for words or lines there are only 17 words above. Dont let this bother you, just count the words and lines as indicated.

Click here to see Project 1
Project 2:  This program uses input and output to calculate heating degree days for specified cities.

Click here to see Project 2
Project 3:  This editor program allows the user to control the color of text on the screen

Click here to see Project 3
Project 4:  This program uses an input/output macro.

Click here to see the macros for Project 4
Click here to see Project 4
Hosted by www.Geocities.ws

1