|
-
Sep 17th, 2002, 09:25 PM
#1
Thread Starter
Hyperactive Member
asm debuger and compiler?
is there such a thing and if there is can you guys help me find this i would like to learn asm. thanks!
-
Sep 19th, 2002, 05:23 PM
#2
PowerPoster
MASM, NASM, TASM, etc...
Just a side point: If you're writing in assembly and want to compile your assembly code to machine language, it's called "assembling" - not "compiling". So the program that assembles your code is called an "assembler" - not a "compiler".
MASM is mostly used if you want to write windows programs. NASM is available for a lot of operating systems so I guess go with this. Search for it on sourceforge (sp?) and you'll find somewhere to download it. TASM is also a good easy to learn assembler (it's just the basic syntax of some assemblers is different but the actual assembly language is same). But TASM is not free so best choice would be NASM. There're lot of other assemblers too but it depends which one you're looking for. All of them will convert your assembly code to machine code. So to start learning assembly, take a look at the FAQ on top of this forum (I think the thread name is "We're back").
-
Sep 19th, 2002, 07:16 PM
#3
Thread Starter
Hyperactive Member
well thank you very much for your help, as you can see i am very new at this.
-
Oct 1st, 2002, 03:19 PM
#4
Junior Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|