Results 1 to 4 of 4

Thread: asm debuger and compiler?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    448

    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!

  2. #2
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    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").
    Baaaaaaaaah

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    448
    well thank you very much for your help, as you can see i am very new at this.

  4. #4
    Junior Member
    Join Date
    Oct 2002
    Posts
    21
    ThiS Is Me
    my email
    [email protected]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width