Relative Content

Tag Archive for interruptx86-16

8086 programming, interrupt programming, display the current time

Use the method of interrupt programming to write a resident program that can display the current time in the lower right corner of the screen window in the format of HH:MM:SS. The display of time cannot affect the normal operation of the foreground program.
.model small
.stack 100h