answersLogoWhite

0


Best Answer

Assemblies are the smallest functional unit of deployment.They are created whenever we compile a Csharp program.They contain file or collection of different modules. There are two type :Shared Assembly and private assembly.

Private assembly is created when the functionality of the component is specifically associated with an application.

Shared assembly is created to have a single copy of it which is kept in the GAC ,GAC is Global Assembly Cache.

There are 4 components of assemble 1.MSIL Code, 2)Metadata 3)Manifest 4)Resource.

Manifest contains the assembly information such as assembly version,security,identity,references to other assembly.

Msil Code:It is Microsoft Intermediate Language,this can be efficiently converted to native code by the JIT Compiler i.e Just-in-Time Compiler. Resources are the resources allocated to that assembly.Metadata provides information about the type defined in the assembly such as classes ,interfaces.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

Assembly is created by your compiler -- you don't have to write assembly if you don't want to. But other than that, assembly is just like any programming language.

Don't worry about running assembly -- you do that when you run binary executables. If you want to know how it works, then assembly is turned into binary code, which is representing the assembly statements as 1's and 0's, which is then loaded into instruction memory in hardware. The CPU can handle the rest.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create and run assembly language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is it possible to run assembly language in unix?

Yes.


How calculator create in assembly language in tasm source code?

I dont know it.


Are machine language and assembly language the same?

No, they are not the same. Assembly language uses mnemonic words to REPRESENT machine language; to be able to actually run it, a special program - a so-called assembler - then needs to convert it into machine language.


What computer language uses mnemonic names?

Assembly Language


How will create assembly in run time?

Assembly.Load( Assemblynamehere Version versionhere PublicKeyToken null Culture neutral )


Is c language assembly language?

No.


What is a programming language (Apex)?

A language used by application software developers to create instructions for the computer to use to run the application software


What Programming language is one step above machine language?

I guess you're trying to refer to Assembly language.


Reserved word in assembly language program?

use of reserved word in assembly language


How would you define assembly language?

assembly language uses abbreviation called menmonics.it is a bit easier to write computer programs in assembly language as compared to machine language but still requires skill and experienci.A program called assembler is used to convert an assembly language into machine language.


Is Assembly language is a high-level language?

No.


What is the relationship of assembly language to computer architecture?

Each class of CPU has its own assembly language.