[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
interpret
'''Interpret'''
Interpreted code is code that is not in a state that the processor can understand. An intermediate program will read in the intrepreted code and then do one of two things:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
interpret
'''Interpret'''
Interpreted code is code that is not in a state that the processor can understand. An intermediate program will read in the intrepreted code and then do one of two things:
- It will perform the work of the translated code as in emulators.
- It will pass the translated code on to the processor to be executed as in .Net.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
