Mail Archives: djgpp/1997/12/03/05:16:14
Newbie wrote:
>
> Is there a way to use assembler routines for DJGPP
> via external method? like using little Tasm program to draw lines
> for example, if so how would one set it up and compile it. Or is
> inline assembly only way to go? Any help will be greatly appreciated
> thx.
If you already know TASM syntax, use NASM instead.
It is free, and produces COFF output files that you can link in.
Be aware that the syntax IS DIFFERENT. The addressing is changed, and
the assembler directives are all different.
However, it is a quick job to convert from TASM to NASM.
I converted all my graphics library code in under an hour.
If you want to use GAS instead, you'll have to learn the new and strange
syntax, and then re-write your old code.
--
* JP Morris aka DOUG the Eagle (Dragon) -=UDIC=- *
* b52g AT usa DOT net Author of the U6 develorer's kit *
**************************************************************
* Visit http://ithe.home.ml.org - about Ultima, Doom & AViOS *
- Raw text -