Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. format ELF
  2.  
  3. section '.text' executable
  4.  
  5. public _ksys_get_skin_height
  6.  
  7. _ksys_get_skin_height:
  8.  
  9.         mov eax,48
  10.         mov ebx,4
  11.         int 0x40
  12.  
  13.         ret