mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-27 11:29:18 +02:00
17 lines
419 B
Plaintext
17 lines
419 B
Plaintext
/ code3.s (emx+gcc) -- Copyright (c) 1992-1996 by Eberhard Mattes
|
|
|
|
#include <emx/asm386.h>
|
|
|
|
.globl _DosQueryMessageCP
|
|
|
|
_DosQueryMessageCP:
|
|
PROFILE_NOFRAME
|
|
pushl 0(%esp)
|
|
movl $__msgseg32, %eax
|
|
xchgl 20(%esp), %eax
|
|
xchgl 16(%esp), %eax
|
|
xchgl 12(%esp), %eax
|
|
xchgl 8(%esp), %eax
|
|
movl %eax, 4(%esp)
|
|
jmp _DosIQueryMessageCP
|