[comp.lang.modula2] Linking TopSpeed M2 to TASM libraries

ejost@unix.cis.pitt.edu (Ernest J. Obusek) (07/01/91)

I've got a set of assembly language libraries called Spontaneous Assembly.
I'm using SA currently with Turbo Assembler, but would like to link with
TopSpeed Modula-2 routines.  I want to replace the video routines in my M2
program with the assembler routines from SA, but can't figure out how to get
TopSpeed to link with the SA routines that were compiled with TASM.

Any ideas?

Ernest Obusek

ejost@unix.cis.pitt.edu