Homework for Tuesday, Nov. 10
Write an 8088 procedure that will do the following:
- Configure counter 0 in binary Mode 0 with an initial value of 0ABCDh
- Configure counter 1 in decimal Mode 1 with an initial value of 9801
Assume that Counter 0 has been configured as noted above. Write an 8088 procedure that will read the current status of counter 0 and return with AX holding the number of negative edges that have occurred on clock 0.