;this is called by calldemo.c ;see m-call.bat to compile the EXE file .386 .model flat,c .code asm_func proc ;this function is called by calldemo.c mov eax,1 ret asm_func endp end