Last change
on this file since 144 was 134, checked in by bird, 22 years ago |
Early coding.
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
416 bytes
|
Rev | Line | |
---|
[134] | 1 | ; $Id: Optlink-1-Asm.asm 134 2003-05-13 13:13:43Z bird $
|
---|
| 2 | ;
|
---|
| 3 | ; Testing calling conventions and name decoration (or lack of such).
|
---|
| 4 | ;
|
---|
| 5 | ;
|
---|
| 6 | ; Copyright (c) 2003 InnoTek Systemberatung GmbH
|
---|
| 7 | ; Author: knut st. osmundsen <bird@anduin.net>
|
---|
| 8 | ;
|
---|
| 9 | ; Project Odin Software License can be found in LICENSE.TXT.
|
---|
| 10 | ;
|
---|
| 11 | ;
|
---|
| 12 | .386
|
---|
| 13 |
|
---|
| 14 |
|
---|
| 15 | CODE32 segment use32 para public 'CODE'
|
---|
| 16 |
|
---|
| 17 | extrn OptSimple:near
|
---|
| 18 | extrn OptPrintf:near
|
---|
| 19 |
|
---|
| 20 |
|
---|
| 21 | asmfunc proc near
|
---|
| 22 | xor eax, eax
|
---|
| 23 | ret
|
---|
| 24 | asmfunc endp
|
---|
| 25 |
|
---|
| 26 | CODE32 ends
|
---|
| 27 |
|
---|
| 28 |
|
---|
| 29 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.