Re: Assembly Compiler

2002-04-30 Thread Mathias Gygax
On Tue, Apr 30, 2002 at 11:10:54AM +0100, Marlon Viado wrote: > Mom, hi, > I'm ICE of the Philippines and i really need the assembly language > compiler,can you help me regarding to my problem. Thanks. this depnds, in what style what you are used to code in asm. if you want a cross-plattform

Re: Assembly Compiler

2002-04-30 Thread Crispin Wellington
On Tue, 2002-04-30 at 18:10, Marlon Viado wrote: > Mom, >I'm ICE of the Philippines and i really need the assembly language > compiler,can you help me regarding to my problem. > Thanks. 'as' man as, for more information. No problems, son. Crispin Wellington -- To UNSUBSCRIBE, email to [EM

Re: Assembly Compiler

1999-09-01 Thread Juli-Manel Merino Vidal
On Wed, 1 Sep 1999, Cory Rudder wrote: > Does any one know if there is an assembly lang. compiler available for > Debian? You have nasm and as86 included in bcc. I prefer nasm. Bye > > Thanks > Cory > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > >

Re: Assembly Compiler

1999-09-01 Thread J.H.M. Dassen \(Ray\)
On Wed, Sep 01, 1999 at 13:54:57 -0400, Cory Rudder wrote: > Does any one know if there is an assembly lang. compiler available for > Debian? As an asside, the term "compiler" is typically used for programs that translate from high-level languages. "assembler" is the standard term for something t

Re: Assembly Compiler

1999-09-01 Thread Ben Collins
On Wed, Sep 01, 1999 at 01:54:57PM -0400, Cory Rudder wrote: > Does any one know if there is an assembly lang. compiler available for > Debian? > > Thanks > Cory In binutils, you have the GNU as, and there is also the nasm package. Ben