Int 66/AX=068Eh

Prev Next Ralf Interrups Categories Contents

------

IBMSND driver, DIGPAK - SET CALLBACK ADDRESS

AX = 068Eh
BX:DX -> callback function
0000h:0000h to disable callback
DS = value to load into DS when calling the callback function

Desc: Specify the function to be called when playback of a sound effect is completed

Note: The callback function will typically be called during a hardware interrupt, so all the usual precautions should be taken except for preserving registers

See Also: AX=0691h

Category: Sound/Speech - Int 66h - I

------

Prev Next Ralf Interrups Categories Contents