[comp.sys.ibm.pc] Ci-C86 to Microsoft C conversion

galvin@uo.UUCP (01/30/87)

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