Mail Archives: djgpp/1994/11/30/06:31:36
> Yak Icons runs on top of xlib, a VGA Xmode library which is mostly written
> in assembler; I suppose it's Borland's Turbo Assembler (TASM ?).
> I suppose I will need to either re-assemble this source or somehow
> convert the object modules in the xlib library.
> As for the first choice: I don't know, and would rather not know, 8086
> assembler coding. Is there a tool that'll help me (meaning: *magically* do
> it) convert the assembler code I've got to something djgpp's "as" will
> accept?
There is a version of Microsoft's MASM (6.5?) which has an option
to generate COFF object files, which the ld linker of DJGPP can use.
Another problem which you should keep in mind is that using VGA in
protected mode has its own problems, so the original code could be
assembled and linked with your program OK, but then bomb at run-time.
- Raw text -