Assembly Language Question:

Explain an Intermediate language?

Tweet Share WhatsApp

Answer:

Assemblies are made up of IL code modules and the metadata that describes them. Although programs may be compiled via an IDE or the command line, in fact, they are simply translated into IL, not machine code. The actual machine code is not generated until the function that requires it is called.

Download Assembly PDF Read All 7 Assembly Questions
Previous QuestionNext Question
Explain some assembly controls?What are the Types of Assemblies?