bcc -mh -c -lh memory.c Borland C++ Version 3.1 Copyright (c) 1992 Borland International memory.c: Available memory 4145480 bcc -mh emm.c memory.obj Borland C++ Version 3.1 Copyright (c) 1992 Borland International emm.c: Turbo Link Version 5.1 Copyright (c) 1992 Borland International Available memory 4165892 move emm.exe em0.exe c:\z\16\src\lib\exmm\emm.exe -> c:\z\16\src\lib\exmm\em0.exe 1 file moved move memory.obj memory.ob c:\z\16\src\lib\exmm\memory.obj -> c:\z\16\src\lib\exmm\memory.ob 1 file moved wdis -a memory.ob > memory.asm wasm -c -mh -0 memory.asm Open Watcom Assembler Version 1.9 Portions Copyright (c) 1992-2002 Sybase, Inc. All Rights Reserved. Source code is available under the Sybase Open Watcom Public License. See http://www.openwatcom.org/ for details. memory.asm: 702 lines, 0 warnings, 0 errors wcl -0 -k32768 /l=dos -ecc -mh emm.c memory.obj Open Watcom C/C++16 Compile and Link Utility Version 1.9 Portions Copyright (c) 1988-2002 Sybase, Inc. All Rights Reserved. Source code is available under the Sybase Open Watcom Public License. See http://www.openwatcom.org/ for details. wcc EMM.C -0 -ecc -mh Open Watcom C16 Optimizing Compiler Version 1.9 Portions Copyright (c) 1984-2002 Sybase, Inc. All Rights Reserved. Source code is available under the Sybase Open Watcom Public License. See http://www.openwatcom.org/ for details. EMM.C: 78 lines, included 1998, 0 warnings, 0 errors Code size: 469 wlink @__wcl__.lnk Open Watcom Linker Version 1.9 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved. Source code is available under the Sybase Open Watcom Public License. See http://www.openwatcom.org/ for details. loading object files searching libraries Error! E2028: F_LXLSH@ is an undefined reference Error! E2028: F_SCOPY@ is an undefined reference creating a DOS executable file MEMORY.OBJ(C:\Z\16\SRC\LIB\EXMM\memory.asm): undefined symbol F_LXLSH@ file MEMORY.OBJ(C:\Z\16\SRC\LIB\EXMM\memory.asm): undefined symbol F_SCOPY@ Error: Linker returned a bad status