/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */ #define USE_EDI #include "dpmidefs.h" .text FUNC(___dpmi_get_free_memory_information) ENTER movl ARG1,%edi DPMI(0x0500) xorl %eax,%eax LEAVE #include