Lecture 25 Objectives


At the end of today's class you should

KNOW:

BE ABLE TO:

Sample Exam Question:

Assume AX contains an ASCII character in bits 0 - 7. Write a segment of 8086 assembly language code that will check to see if the character in AX is a digit character. If it is a digit character, transfer control to a label called DIGIT. Otherwise, transfer control to NOTaDIGIT.