Subversion Repositories Kolibri OS

Rev

Rev 255 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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