Valhalla Legends Forums Archive | Assembly Language (any cpu) | Wanting To Learn ASM

AuthorMessageTime
ChR0NiC
I have ordered a Step by Step ASM Tutorial which should be at my house within 2-3 days, due to shipping. And I was wondering what Assembler is a good one to use for Assembling "ASM Code".
January 24, 2004, 2:41 AM
Kp
GAS.
January 24, 2004, 3:57 AM
UserLoser.
[quote author=Kp link=board=7;threadid=4866;start=0#msg40862 date=1074916660]
GAS.
[/quote]

My dad's business? Greg's Auto Service? :P
January 24, 2004, 4:21 AM
ChR0NiC
[quote author=Kp link=board=7;threadid=4866;start=0#msg40862 date=1074916660]
GAS.
[/quote]

[quote author=UserLoser. link=board=7;threadid=4866;start=0#msg40864 date=1074918101]
My dad's business? Greg's Auto Service? :P
[/quote]

You see UserLoser, and you were threatening me you were going to get me deleted for making useless posts, well wtf is this BS up above??
January 24, 2004, 11:08 AM
iago
[quote author=ChR0NiC link=board=7;threadid=4866;start=0#msg40886 date=1074942498]
[quote author=UserLoser. link=board=7;threadid=4866;start=0#msg40864 date=1074918101]
[quote author=Kp link=board=7;threadid=4866;start=0#msg40862 date=1074916660]
GAS.
[/quote]

My dad's business? Greg's Auto Service? :P
[/quote]

You see UserLoser, and you were threatening me you were going to get me deleted for making useless posts, well wtf is this BS up above??
[/quote]

Two wrongs don't make a right. Take this discussion somewhere else.
January 24, 2004, 4:03 PM
ChR0NiC
Well iago.....perhaps you could point me in the right direction of a good "Assembler" and possibly where to find it?
January 24, 2004, 4:19 PM
iago
I use masm. It comes with Visual Studio, although it's probably available free somewhere.
January 24, 2004, 4:25 PM
Kp
I use GAS, which is free. (part of the binutils package)
January 24, 2004, 5:57 PM
iago
cc also works, it's what I used for SPARC on Solaris machines at school. No idea if it's been ported to x86, though.
January 25, 2004, 12:27 AM
ChR0NiC
[quote author=iago link=board=7;threadid=4866;start=0#msg40916 date=1074961550]
I use masm. It comes with Visual Studio, although it's probably available free somewhere.
[/quote]

I have Visual Studio 6.0 and I can't seem to find it, I got Enterprise edition.....perhaps not on this version??
January 25, 2004, 3:44 PM
iago
[quote author=ChR0NiC link=board=7;threadid=4866;start=0#msg41061 date=1075045454]
[quote author=iago link=board=7;threadid=4866;start=0#msg40916 date=1074961550]
I use masm. It comes with Visual Studio, although it's probably available free somewhere.
[/quote]

I have Visual Studio 6.0 and I can't seem to find it, I got Enterprise edition.....perhaps not on this version??
[/quote]

I don't know.. look up masm on google or something.
January 25, 2004, 5:19 PM
Skywing
Note that the executable is named ml.exe, not MASM.exe or something like that.

If you can open the Visual Studio command prompt (sets some environmental variables) and run ml.exe without any errors, you have it.
January 25, 2004, 5:22 PM
ChR0NiC
[quote author=Skywing link=board=7;threadid=4866;start=0#msg41074 date=1075051357]
Note that the executable is named ml.exe, not MASM.exe or something like that.

If you can open the Visual Studio command prompt (sets some environmental variables) and run ml.exe without any errors, you have it.
[/quote]

SkyWing to the rescue again :) Thanks Alot Man.... +1
January 25, 2004, 7:07 PM
vile
How about nasm? Nasm rocks ;).
January 26, 2004, 12:32 AM
MrRaza
http://www.movsd.com/masm.htm - If you havent found it yet.
February 2, 2004, 7:29 PM
ChR0NiC
Thanks To All For Helping Me, Find Information And Assemblers.
February 14, 2004, 8:16 AM

Search