forked from KolibriOS/kolibrios
af99f0b88d
git-svn-id: svn://kolibrios.org@255 a494cfbc-eb01-0410-851d-a64ba20cac60
15 lines
459 B
PHP
15 lines
459 B
PHP
;----------------------------------------------------------
|
|
;---------------------system events------------------------
|
|
;----------------------------------------------------------
|
|
event:
|
|
mov eax,10
|
|
int 0x40
|
|
ret
|
|
;---------------------------------------------------------
|
|
;---------------SOUND of EVENTS---------------------------
|
|
;---------------------------------------------------------
|
|
sound:
|
|
mov eax,55
|
|
mov ebx,eax
|
|
int 0x40
|
|
ret |