Subversion Repositories Kolibri OS

Rev

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

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