answersLogoWhite

0


Best Answer

A High level language is a language like C, Pascal, Fortran. To convert, the easiest way is to use a compiler.

A compiler will take the instructions written in a high level language and convert them into machine code which is the specific instruction set for that type of computer. Assembly language is just a human readable form of a machine code which is how the designers of the computer instruction set made it work.

A disassembler will show the assembly language from machine code. But the compiler usually includes a lot of optimisations from a the high level language and will not often generate very simple assembly.

User Avatar

Wiki User

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

Wiki User

11y ago

It is rare that a high level language would be translated into assembly language.

Generally, a high level language is compiled into machine code that can be read directly by a processor. Some are tokenized to reduce code size but are still largely in a high level format. Others are interpreted on the fly.

Assembly language is a programming language that can uses symbols which can be converted into machine code. Each assembly language instruction translates into one or a few machine codes but they are readable by users. There are very few occasions when a high level language would be changed into assembly language.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

de-compiler. (Note: there are no de-compilers, in real life)

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

disassembler

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Assembler.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which program translates an assembly language program into a high-level language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which program translate assembly language into machine language?

Assembly langue is translated into machine language by an assembler.


A program for assembly language for traffic light control?

an assembly language program of traffic light


What is assembly program?

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


Reserved word in assembly language program?

use of reserved word in assembly language


Example of Password program code in assembly language?

How to write the program un Assembly language to set a password for personal computers?


Assembly language program for string concatenation using 8086 microprocessor?

write program to concatenating two sting in 8086 assembly language


Write a program in 8086 assembly language to draw a circle?

You need an 8086 assembly language pencil.


What translation programs converts assembly language programs to object program?

The only translation program that converts assembly language to machine code is an assembler.


How do you write an assembly language program to find the sum of n numbers using array?

write an assembly language program to find sum of N numbers


What application will be used to convert an assembly language source program into machine language?

An Assembler converts assembly language instructions into machine language.


How is a calculator created with an assembly language program?

programaticly


8086 assembly program to sort a list of integers?

assembly language program for sorting an array using 8086 microprocessor.