Subversion Repositories Kolibri OS

Rev

Rev 485 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
255 heavyiron 1
;----------------------------------------------------------
2
;---------------------system events------------------------
3
;----------------------------------------------------------
4
event:
5
	mov eax,10
6
	int 0x40
7
	ret
8
;---------------------------------------------------------
9
;---------------SOUND of EVENTS---------------------------
10
;---------------------------------------------------------
11
sound:
12
	  mov eax,55
13
	  mov ebx,eax
14
	  int 0x40
15
	  ret