home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / EMXLIB8F.ZIP / EMX / LIB / OS2 / CODE3.S < prev    next >
Encoding:
Text File  |  1993-01-02  |  383 b   |  14 lines

  1. / code3.s (emx+gcc) -- Copyright (c) 1992-1993 by Eberhard Mattes
  2.  
  3.         .globl  _DosQueryMessageCP
  4.  
  5. _DosQueryMessageCP:
  6.         pushl   0(%esp)
  7.         movl    $__msgseg32, %eax
  8.         xchgl   20(%esp), %eax
  9.         xchgl   16(%esp), %eax
  10.         xchgl   12(%esp), %eax
  11.         xchgl   8(%esp), %eax
  12.         movl    %eax, 4(%esp)
  13.         jmp     _DosIQueryMessageCP
  14.