[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: assembler and linux



On Mon, Oct 15, 2001 at 09:47:31PM -0200, Jeronimo Pellegrini wrote:
> 
> > hello,
> > In the package "binutils" there are :
> > "as" and "ld".
> > I did man as, man ld, info as, info ld, but
> > I need a tutorial or a book which contain examples of programs... 
> > (the programs write with tasm of borland don't works with as an ld)
> > 
> > Can someone give me a link to find useful documentations.
> 
> Besides books, you may want to try writing small C programs and
> compiling them with gcc, using the -S option. "gcc -o  -S input.c"
> should give you some nice assembly code in the file input.s. 
> 
> J.

You could also look at the NASM package, you might have more luck getting that to assemble tasm examples.  I have no idea though, I'm just guessing and trying to remember stuff I read years ago.

> 
> -- 
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 
> 



Reply to: