Delay
Function number: 131
Delays a program the specified number of clock ticks.
Register entry values
AX = EE83
BX = Duration (0-65535)
This is the number of clock ticks the delay will last
Register exit values
None
Example
MOV AX,0EE83H ;Delay function
MOV BX,8 ;Set the duration
INT 10H ;Call GRAFIX
Comments
See the 'Pause' function in chapter 2 for more information.