; $Id: Optlink-1-Asm.asm 134 2003-05-13 13:13:43Z bird $ ; ; Testing calling conventions and name decoration (or lack of such). ; ; ; Copyright (c) 2003 InnoTek Systemberatung GmbH ; Author: knut st. osmundsen ; ; Project Odin Software License can be found in LICENSE.TXT. ; ; .386 CODE32 segment use32 para public 'CODE' extrn OptSimple:near extrn OptPrintf:near asmfunc proc near xor eax, eax ret asmfunc endp CODE32 ends end