This document contains assembly language code for three different functions:
1. A function called "chips" that returns an integer value indicating the CPU type and presence of a math coprocessor.
2. A function that checks for the presence of a game port by writing and reading from port 201h.
3. An interrupt service routine called "CLK" that updates the system clock display on the screen every minute and calls the original clock update routine.