answersLogoWhite

0

To program computers without having to memorize all of the numeric opcodes and other values used in machine code.

However assembly code is exactly as machine specific and tedious to program with as is machine code. The program has to be completely rewritten from scratch in another assembly language to port the program to a different computer.

High Level Languages were created to allow programming to be done in terms that people more easily understand and to simplify porting programs to different computers.

User Avatar

Wiki User

9y ago

What else can I help you with?

Continue Learning about Engineering

How do you create and run assembly language?

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.


Does machine code means assembly language?

No. Assembly language is a low-level symbolic language that needs to be translated (assembled) to produce the machine code. The reverse of assembly is disassembly, where machine code is disassembled to produce code that is similar to assembly but has no symbolic names or comments. Disassembly is essentially a human-readable version of machine code whereas assembly is the code written by a human in order to produce the machine code, the only language the machine actually understands.


What is assembly program?

An assembly program is a machine-dependent program written in a low-level symbolic code known as assembly language.


What would a wait for input command in Assembly look like?

It would look like a line of assembly code!


What are the examples of low level language?

It are machine code and Assembly.