For Programmers: Free Programming Magazines  


Home > Archive > A86 Assembler > May 2006 > Is a Recent X86 Assembler Available?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Is a Recent X86 Assembler Available?
David Fabian

2006-05-13, 9:56 pm

I am running Windows XP and am looking for the latest assembler.
Microsoft does not seem to sell one anymore.

Vyazovoi Pavel

2006-05-14, 3:56 am

On Sun, 14 May 2006 00:44:15 +0000, David Fabian wrote:

> I am running Windows XP and am looking for the latest assembler.
> Microsoft does not seem to sell one anymore.


http://www.flatassembler.org/

--
Foobar2000 играет: Holy Moses - Space Clearing

f0dder

2006-05-14, 9:56 pm

David Fabian wrote:
> I am running Windows XP and am looking for the latest assembler.
> Microsoft does not seem to sell one anymore.


There's a whole bunch. Just to URL a few:

http://www.flatassembler.net
http://www.jorgon.freeserve.co.uk/
http://www.tortall.net/projects/yasm/
http://betov.free.fr/RosAsm.html
http://smorgasbordet.com/pellesc/index.htm has PoASM which is largely MASM
compatible, but you need to register at the board to get it, afaik

donkey

2006-05-14, 9:56 pm

http://www.jorgon.freeserve.co.uk/
http://betov.free.fr/RosAsm.html

spamtrap@crayne.org

2006-05-14, 9:56 pm

You get three assemblers with the DDK. How many more do you want?

On Sun, 14 May 2006 00:44:15 GMT, "David Fabian" <spamtrap@crayne.org>
wrote:

>I am running Windows XP and am looking for the latest assembler.
>Microsoft does not seem to sell one anymore.


spamtrap@crayne.org

2006-05-14, 9:56 pm

Check out the nasm assembler that comes with cygwin. Very nice.

Benjamin David Lunt

2006-05-14, 9:56 pm


"David Fabian" <spamtrap@crayne.org> wrote in message
news:z3v9g.5667$fb2.5543@newssvr27.news.prodigy.net...
>I am running Windows XP and am looking for the latest assembler.
> Microsoft does not seem to sell one anymore.


Hi,

I was going to suggest that you view the FAQ list for your
answer, when I went to check it out myself and realized that
I haven't updated the links since I have moved to a new server.

It has been some time too, since I moved, so I apologize
to everyone for the error.

However, if you go to
http://www.frontiernet.net/~fys/faq/gen2.html#24
you will see a list of freeware and shareware assemblers
with comments for each one.

You can also go to
http://www.frontiernet.net/~fys/links.htm#assemblers
for another similar list, though this one includes the
Microsoft assembler.

On the subject of the FAQ list, I have yet to have www.faqs.org
return my emails, so until then you can also view the older
faqs at
http://www.faqs.org/faqs/by-newsgro...ng.asm.x86.html

Have a nice Sunday evening,
Ben


Jim Carlock

2006-05-14, 9:56 pm

"donkey" <spamtrap@crayne.org> wrote:
> http://www.jorgon.freeserve.co.uk/
> http://betov.free.fr/RosAsm.html


And there's also http://www.sourceforge.net/projects/nasm/ .

Jim Carlock
Post replies to the group.
--
North Carolina Swimming Pool Builders http://www.aquaticcreationsnc.com/

David Fabian

2006-05-15, 6:56 pm

Thank you all for all of the links!

I have been using MASM 6.14.

Vyazovoi Pavel

2006-05-16, 6:58 pm

On Mon, 15 May 2006 13:35:39 +0000, David Fabian wrote:

> Thank you all for all of the links!
>
> I have been using MASM 6.14.


MASM 9.0 realesed, try it

--
Foobar2000 играет: Одна она

rageratwork@gmail.com

2006-05-16, 6:58 pm

David Fabian wrote:
> I am running Windows XP and am looking for the latest assembler.
> Microsoft does not seem to sell one anymore.


How about MASM32?

http://www.masm32.com/

Pretty good for building windows apps in assembler.

Cassandra

2006-05-16, 6:58 pm

>> Thank you all for all of the links!
>
> MASM 9.0 realesed, try it
>


Is it? I hope you're right, MASM 8.0 has a few bugs. I have scoured MSDN and can't find any mention of a new MASM version though, where do you get version 9.0 from?


Tim Roberts

2006-05-17, 3:57 am

Vyazovoi Pavel <spamtrap@crayne.org> wrote:

>On Mon, 15 May 2006 13:35:39 +0000, David Fabian wrote:
>
>
>MASM 9.0 realesed, try it


I don't think so. Visual Studio 2005 includes MASM 8.0. That's the latest
official release.
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.

Vyazovoi Pavel

2006-05-18, 6:57 pm

On Wed, 17 May 2006 05:26:19 +0000, Tim Roberts wrote:

> I don't think so. Visual Studio 2005 includes MASM 8.0. That's the latest
> official release.


yes, 9.0 is not official version.
There are a collection of macro and different innovations.

P.S. sorry for my bad english, i from Russia :)
--
Foobar2000 играет: Holy Moses - Say Goodbye

f0dder

2006-05-18, 6:57 pm

Vyazovoi Pavel wrote:
> On Wed, 17 May 2006 05:26:19 +0000, Tim Roberts wrote:
>
>
> yes, 9.0 is not official version.
> There are a collection of macro and different innovations.


I think you are confusing MASM and MASM32? One is the assembler by
Microsoft, the other is a development package from Steve "hutch--"
Hutchesson bundling an ancient masm version with a bunch of other stuff.

Vyazovoi Pavel

2006-05-19, 6:57 pm

On Thu, 18 May 2006 20:30:06 +0200, f0dder wrote:

> I think you are confusing MASM and MASM32? One is the assembler by
> Microsoft, the other is a development package from Steve "hutch--"
> Hutchesson bundling an ancient masm version with a bunch of other stuff.


yes, MASM32 9.0 from hutch :-)

--
Foobar2000 играет: (Foobar is not active ;-)

Tim Roberts

2006-05-21, 6:57 pm

Vyazovoi Pavel <spamtrap@crayne.org> wrote:

>On Thu, 18 May 2006 20:30:06 +0200, f0dder wrote:
>
>
>yes, MASM32 9.0 from hutch :-)


That includes MASM version 6.14, the most recent version for which a
"redistributable" license can be found.
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com