Click to See Complete Forum and Search --> : What IS Assembly??
affan546
Dec 29th, 2011, 11:42 PM
Can Any 1 give me Basic COncept oF Assembly related to vb 6 and vb 2010 and Why it is used for???thanks in advance:wave:
Atheist
Jan 5th, 2012, 08:39 AM
Assembly instructions is the language that your processor speaks (Or rather machine code). Your processor does not directly execute VB, C, C++, or any other language.
An assembly instruction more or less directly maps to machine code.
VB.NET compiles to an intermediary language called CIL (formerly MSIL).
When you run your .NET application, the Just-In-Time (JIT) compiler will translate the CIL code to native code to be executed by the processor.
I'm probably missing some details in there somewhere but thats roughly how it works. Thats the relationship between VB and assembly instructions.
Hack
Jan 5th, 2012, 09:28 AM
This is a site dedicated to Assembly so it won't directly relate to any specific development language (although it is probably most closely related to C)
http://www.friedspace.com/assembly/intro.php
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.