Subversion Repositories Kolibri OS

Rev

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

  1. format ELF
  2. include "public_stdcall.inc"
  3. section '.text' executable
  4. public_stdcall _msys_get_key,0
  5.   mov   eax,2
  6.   int   0x40
  7.   ret
  8.  
  9. public_stdcall _msys_set_keyboard_mode,4
  10. ;arg1 - mode
  11.   mov   edx,ebx
  12.   mov   eax,66
  13.   xor   ebx,ebx
  14.   inc   ebx
  15.   mov   ecx,[esp+4]
  16.   mov   ebx,edx
  17.   ret   4