Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
native code
Last modified: Thursday, November 06, 2003
Also referred to as native language, programmingcode that is written to run on a specific processor using that processor’s instruction set. In order for that program to run on a different processor than the one intended by the native code, the code must be run through an emulator software program that instructs the computer to mimic the processor the native code is meant for.