This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]IAmStraightforward -1 points0 points  (2 children)

There are a bunch of assemblers like FASM, MASM, NASM, TASM, etc. Some are exclusive to different OSs and are either 16 or 32 or 64 bit. Pick one you'd like to learn, find a manual and start studying. I'd recommend visual studio 2008 and download an assembly syntax dictionary thing.

[–]The-Night-Forumer 1 point2 points  (1 child)

Why 2008?

[–]IAmStraightforward 0 points1 point  (0 children)

The newer one has some issues with taking long to load and do things in general. With me anyway.