• Welcome to Valhalla Legends Archive.
 

Wanting To Learn ASM

Started by ChR0NiC, January 23, 2004, 08:41 PM

Previous topic - Next topic

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".

Kp

[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!

UserLoser.


ChR0NiC

#3
Quote from: Kp on January 23, 2004, 09:57 PM
GAS.

Quote from: UserLoser. on January 23, 2004, 10:21 PM
My dad's business? Greg's Auto Service?  :P

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??

iago

#4
Quote from: ChR0NiC on January 24, 2004, 05:08 AM
Quote from: UserLoser. on January 23, 2004, 10:21 PM
Quote from: Kp on January 23, 2004, 09:57 PM
GAS.

My dad's business? Greg's Auto Service?  :P

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??

Two wrongs don't make a right.  Take this discussion somewhere else.
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


ChR0NiC

Well iago.....perhaps you could point me in the right direction of a good "Assembler" and possibly where to find it?

iago

I use masm.  It comes with Visual Studio, although it's probably available free somewhere.
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


Kp

I use GAS, which is free. (part of the binutils package)
[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!

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.
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


ChR0NiC

Quote from: iago on January 24, 2004, 10:25 AM
I use masm.  It comes with Visual Studio, although it's probably available free somewhere.

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

iago

Quote from: ChR0NiC on January 25, 2004, 09:44 AM
Quote from: iago on January 24, 2004, 10:25 AM
I use masm.  It comes with Visual Studio, although it's probably available free somewhere.

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

I don't know.. look up masm on google or something.
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


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.

ChR0NiC

Quote from: Skywing on January 25, 2004, 11:22 AM
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.

SkyWing to the rescue again  :) Thanks Alot Man.... +1

vile

How about nasm? Nasm rocks ;).

MrRaza