Hi!
I have a few questions about Assembly;
1) What exactly is it?
2) What is the easiest way to learn it?
3) What tools do I need to compile (if any)?
Thanks!
JD
Printable View
Hi!
I have a few questions about Assembly;
1) What exactly is it?
2) What is the easiest way to learn it?
3) What tools do I need to compile (if any)?
Thanks!
JD
Did you read the FAQ? If not please read it. Its at...
http://www.vbforums.com/announcement.php?s=&forumid=17
Then post any questions you still have.
Questions 1 and 2 arent covered in the FAQ, so:
1: Assembly is one step above binary code. All code written in any language that compiles to a native executable file gets converted into assembly before an executable is created. (Anyone is free to correct me if im wrong =)
2: The easiest way to learn it is to do it. Now is the time to go read the FAQ =).
Z.