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

  1. / code2.s (emx+gcc) -- Copyright (c) 1992-1993 by Eberhard Mattes
  2.  
  3.         .globl  _DosGetMessage
  4.         .globl  __msgseg32
  5.  
  6. __msgseg32:
  7.         .byte   0xff
  8.         .asciz  "MSGSEG32"
  9.         .byte   0x01, 0x80, 0x00, 0x00
  10.         .long   L_tab
  11.  
  12.         .align  2, 090
  13.  
  14. _DosGetMessage:
  15.         popl    %ecx                    / return address
  16.         pushl   $__msgseg32
  17.         pushl   %ecx
  18.         jmp     _DosTrueGetMessage
  19.  
  20. L_tab:  .short  0x0000
  21.         .short  0xffff
  22.