Course Title: Assembly language

Instructor: Dr. Jung-Gen Wu

Textbook: Kip R. Irvine, Assembly Language for x86 Processors,  6th Ed., Pearson.

The scope of the course covers the following ten topics.
1. PC Organization,
2. Tools for writing and testing assembly language programs,
3.
Defining data,
4.
Data transfer,
5. Addressing modes,
6. Program flow control,
7. Arithmetic operations,
8. String and array processing,
9. Keyboard and screen control,
10. Disk file handling,
11. Macro,
12.
Subroutine linkage,
13.
MSDOS programming.