2007. október 5., péntek

How to play a beep without consuming system ressources


Problem/Question/Abstract:

How can I play a beep without consuming system ressources? It's easy. Use the code below.

Answer:

procedure SpecialBeep;
asm
  mov al,7
  int 29h
end;

Nincsenek megjegyzések:

Megjegyzés küldése