Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!im4u!ut-sally!uo!galvin From: galvin@uo.UUCP Newsgroups: comp.sys.ibm.pc Subject: Ci-C86 to Microsoft C conversion Message-ID: <7007@ut-sally.UUCP> Date: Fri, 30-Jan-87 11:17:25 EST Article-I.D.: ut-sally.7007 Posted: Fri Jan 30 11:17:25 1987 Date-Received: Sat, 31-Jan-87 06:58:55 EST Sender: news@ut-sally.UUCP Reply-To: galvin@uo.UUCP (Peter Galvin) Organization: U. Texas CS Dept., Austin, Texas Lines: 40 I'm trying to get the uasm crossassembler (ibmpc program generating 8051 code) to compile. The problem is that it's written in CI-C86 C code and I have the microsoft C compiler. I get errors on the following function calls. Could someone with a C86 compiler send me info on what each of the missing routines do so I can convert them to the microsoft equivalent? Thanks in advance. --Pete ---------------- Microsoft (R) 8086 Object Linker Version 3.05 Copyright (C) Microsoft Corp 1983, 1984, 1985. All rights reserved. Unresolved externals: _code_seg in file(s): UASM.OBJ(uasm.c) _not_cseg in file(s): UASM.OBJ(uasm.c) _set_type in file(s): UASM.OBJ(uasm.c) _setmem in file(s): UASM.OBJ(uasm.c) __fmtout in file(s): UASM.OBJ(uasm.c) _set_il in file(s): UASM.OBJ(uasm.c) _buildopc in file(s): UASM.OBJ(uasm.c) _isdigit in file(s): UASM.OBJ(uasm.c) _build_pseudo in file(s): UASM.OBJ(uasm.c) _isalpha in file(s): UASM.OBJ(uasm.c) _version in file(s): UASM.OBJ(uasm.c) --Pete