/ code2.s (emx+gcc) -- Copyright (c) 1992-1993 by Eberhard Mattes

        .globl  _DosGetMessage
        .globl  __msgseg32

__msgseg32:
        .byte   0xff
        .asciz  "MSGSEG32"
        .byte   0x01, 0x80, 0x00, 0x00
        .long   L_tab

        .align  2, 090

_DosGetMessage:
        popl    %ecx                    / return address
        pushl   $__msgseg32
        pushl   %ecx
        jmp     _DosTrueGetMessage

L_tab:  .short  0x0000
        .short  0xffff
