Results 1 to 3 of 3

Thread: How many Assembly...

  1. #1
    Guest
    Hi,
    how many Assembly languages are there?
    I use TASM, but I don't see it so much frequently on the
    Internet, like the others.
    What are main differences???
    What is the best?

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    There aren't different "languages" as such. It's all x86 assembler. There are different Assemblers which have different syntax for program outline rather than specific code. Anyway, I know of MASM (Microsoft), TASM (Borland), NASM (Netwide), and GNU as.

    For beginners, I would recommend NASM, since it comes with loads of help. Also get a copy of VAL. (See my other post in this forum for more info).
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    There are as many different assembly instruction sets are there of kind of chips (80x86 differ from 68000. Even 8086 differs from 80386!)
    "Can't" and "shouldn't" are two totally separate things.

    All questions should be answered. All answers should be true. That is why I post.

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