;{SoundBlaster enteisen, ohne DOS-Box zu schlieáen} include prolog.asm UDATASEG VSBPDEntry dd ? CODESEG xor di,di mov es,di mov bx,292Dh MUX 1684h SES [VSBPDEntry],di mov ax,es or ax,di jz @@nosb mov ax,0220h ;{Basisadresse} mov bx,0003h ;{AdLib und DSP freigeben} mov dx,0002h ;{Funktionsnummer "Release"} call [VSBPDEntry] @@nosb: ret endc
Vorgefundene Kodierung: UTF-8 | 0 |