home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / OS2 / EMXFIX04.ZIP / RES0.S < prev    next >
Text File  |  1994-01-17  |  196b  |  14 lines

  1. / res0.s (emx+gcc) -- Copyright (c) 1993-1994 by Eberhard Mattes
  2.  
  3. #if !defined (_LIBCDLL)
  4.  
  5.         .globl  __text
  6.  
  7.         .text
  8.  
  9. __text:
  10.         movl    $1, %eax
  11.         ret
  12.  
  13. #endif
  14.