Mail Archives: djgpp/1996/07/24/22:30:46
Nathaniel Meo wrote:
>
> pengzh AT ix DOT netcom DOT com(PENG ZHOU) wrote:
>
> >Hi,
> > Is AS a real Assembler? If yes, how can you use it?
>
> In a way, yes it is an assembler. But as far as I know it doesn't
> create stand alone code (use DJASM for that) but it is useful for
It makes stand alone code. It is the backend to GCC for your final
executable. GCC is creating AS input. You can see it by setting the
'stop at assembler' option (Can't remember what it is, but look in the
info pages'. I have made several standalone ASM programs with it. It
uses the AT&T assemble model, not the Intel. Go the DJ Delori's site to
find a tutorial page on how to do it.
Jim
> making fast assembler routines and linking them to your C source code.
>
> ---
> Nathaniel Meo <flyboy AT ari DOT net>
> Coordinator of The DJGPP Book Project
> http://www2.ari.net/flyboy/
--
James E. Schwarz, Jr. PE
Staff Systems Engineer - Armor Programs
Lockheed Martin Corporation Information Systems
12506 Lk Underhill Rd. MP 823 Orlando, Fla 32825
<schwarz AT escmail DOT orl DOT mmc DOT com> Voice: (407)306-2961
- Raw text -