procedure SesCikar(Zaman : Integer);beginAsm mov al, 255; out 97, al; end;Sleep(Zaman);Asm mov al, 0; out 97, al; end;end;