Line | |
---|
1 | ; $Id: myVR32AllocMem.asm,v 1.1 2001-01-19 02:43:26 bird Exp $
|
---|
2 | ;
|
---|
3 | ; VR32AllocMem over loader which adds the OBJ_ANY flag.
|
---|
4 | ;
|
---|
5 | ; Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
|
---|
6 | ;
|
---|
7 | ; Project Odin Software License can be found in LICENSE.TXT
|
---|
8 | ;
|
---|
9 | .386p
|
---|
10 |
|
---|
11 | ;
|
---|
12 | ; Include files
|
---|
13 | ;
|
---|
14 | include devsegdf.inc
|
---|
15 |
|
---|
16 |
|
---|
17 |
|
---|
18 | ;
|
---|
19 | ; Exported symbols
|
---|
20 | ;
|
---|
21 | public
|
---|
22 |
|
---|
23 |
|
---|
24 | ;
|
---|
25 | ; Externs
|
---|
26 | ;
|
---|
27 | extrn ApiApplyChange:PROC
|
---|
28 |
|
---|
29 |
|
---|
30 | CODE32 segment
|
---|
31 |
|
---|
32 |
|
---|
33 | myVR32AllocMem proc near
|
---|
34 |
|
---|
35 | myVR32AllocMem endp
|
---|
36 |
|
---|
37 | CODE32 ends
|
---|
38 |
|
---|
39 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.