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_debug_out,4
  5. ;arg1 - char to out
  6.   push  ebx
  7.   mov   ecx,[esp+8]
  8.   mov   ebx,1
  9.   mov   eax,63
  10.   int   0x40
  11.   pop   ebx
  12.   ret   4
  13.