answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What translation programs converts assembly language programs to object program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What coverts programs into machine language?

Assembler/compiler converts programs into machine language.


Why high level language is slower then assembly language?

Programs written in a high level language might be slower than ones written in Assembly language; but it is not always so, it is very easy to write un-effective programs in Assembly.


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.


How will studying assembly language enhance your understanding of operating systems?

Assembly language is a good tool for learning how applications programs communicate with the computer's operating system via interrupt handlers, system calls, and common memory areas. Assembly language programming also helps when learning how the operating system loads and executes application programs.


What are some examples of assembly level language?

These days very few programs are written in assembly language. Some parts of operating system kernels are written in assembly language usually because they need to perform some function very specific to a particular microprocessor architecture. Other programs written in assembly language include programs written for very cheap microprocessors in embedded systems. Such systems have very little resources and do not run operating system and compilers. Finally some specific parts of applications programs may be written in assembly language for performance optimization, but examples of those today are quite rare indeed.


Is Assembly-language programs are written using binary codes?

Assembly language allows the developer to have almost total control over what the sequence of instructions will be when a program executes. A compiler tries to translate a high level language such as C++ into a series of instructions, but a good assembly language programmer may be able to optimize the sequence when a compiler cannot. Primarily assembly language is used for speed and optimal machine code.


How do you write a program in 8085?

Either in Assembly or in some high level language/the hex-code (for the mnemonics) that the microprocessor 8085 generally understands.


What is structured assemly language programming and C programming?

A way of writing computer programs that are human readable (and understandable to programmers).


How do computer languages work?

Computer languages are programs that can convert desired actions into a language that the computer can understand. Essentially, the user enters the program code into the computer, then the computer converts it to a language that can then be executed by the computer.


Are programs that translate the source code to object code?

False. A compiler converts source code into object code.


What is the English Translation of the word 'datin'?

The English Translation of the word 'datin' can be gained by using one of many Translation programs, including Google Translate, but the best way to go about getting this answer would be to first discover the language of the word.


BASIC is a.... language?

The original BASIC would be considered an "interpreted" language; the instructions were never translated to machine code, but rather executed as the interpreter reads them. Visual Basic converts the commands into equivalent C++ programs, and then compiles them.