answersLogoWhite

0

There is no program that can translate machine code to a high-level language. The best you can do is disassemble the code. This produces code that is similar to assembly language, but which lacks variable names and comments. Even a skilled programmer will need to spend hours disentangling the code in order to make it readable -- but you can never restore the code back to its original source code, no matter what language it was written in.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What converts highlevel language into lomlevel language?

Compiler.


What is an example of a low-level language?

Machine code.


What is an example of a programming language that does not require the programmer to know machine language?

C++ and Visual Basic are computer languages that do not require the programmer to know machine language.


What is the example of low level language?

Machine Code, Assembly


Examples of machine language?

Machine code is the ONLY example of machine language. However, every machine architecture has its own version of machine code; it is the native language of the machine. If you want to examine machine code upon your own machine, use a hex editor. This will show you every byte of the code in hexadecimal form.


What are the example of low-level programming language?

It are machine code and Assembly.


What is the similarities of High Level Language and machine language?

Nothing. Example: machine code: 05 CA DE 12 15 47 A8 High level language: PRINT "Hello, World"


What is a programming language and with three example?

A programming language is a language in which a human can tell a machine to do something, three examples include: C, C++ and C#.


Types of programming language that is machine independent?

FORTRAN (FORmula TRANslator) is the best-known earliest example of machine independent language. This is where the language is not dependent on the characteristics of the computer. COBAL (COmmon Business-Orientated Language) is the other type of programming language that is machine independent. COBAL was developed by the US Navy for business applications.


What are the Feature of machine language?

what are the features of machine language?


Is machine language a programming language?

Actual Machine level language is binary language, which contains only '0' & '1 ' and it's the extreme besic of a computer's instruction. Then comes low level language, like assembly language and so on.


What is an example of a decidable language?

An example of a decidable language is the set of all even-length strings. This means that a Turing machine can determine whether a given string has an even number of characters in it.