The assembly file im compiling with MASM. The c file with Turbo C 2.01. They are both in the proper format for dos object files. Then i run both object files through tcc so it will link them together. That is when i get the error from the Turbo Linker. Im doing it this wasy because im using a make file.