Answers

Question and Answer:

  Home  Assembly

⟩ Explain an Intermediate language?

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.

 180 views

More Questions for you: