Last change
on this file was 18, checked in by bird, 22 years ago |
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
419 bytes
|
Line | |
---|
1 | / code3.s (emx+gcc) -- Copyright (c) 1992-1996 by Eberhard Mattes
|
---|
2 |
|
---|
3 | #include <emx/asm386.h>
|
---|
4 |
|
---|
5 | .globl _DosQueryMessageCP
|
---|
6 |
|
---|
7 | _DosQueryMessageCP:
|
---|
8 | PROFILE_NOFRAME
|
---|
9 | pushl 0(%esp)
|
---|
10 | movl $__msgseg32, %eax
|
---|
11 | xchgl 20(%esp), %eax
|
---|
12 | xchgl 16(%esp), %eax
|
---|
13 | xchgl 12(%esp), %eax
|
---|
14 | xchgl 8(%esp), %eax
|
---|
15 | movl %eax, 4(%esp)
|
---|
16 | jmp _DosIQueryMessageCP
|
---|
Note:
See
TracBrowser
for help on using the repository browser.