Subversion Repositories Kolibri OS

Rev

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

  1. format ELF
  2. section '.text' executable
  3.  
  4. public _msys_debug_out
  5. _msys_debug_out:
  6. ;arg1 - char to out
  7.   push  ebx
  8.   mov   ecx,[esp+8]
  9.   mov   ebx,1
  10.   mov   eax,63
  11.   int   0x40
  12.   pop   ebx
  13.   ret   4
  14.