Jump to content

Native code: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Native Code is Machine specific information.
 
No edit summary
Line 1: Line 1:
Native code - code that is specific for a given cpu (possibly including multiple chips or cpu's). By definition, native code is not portable and can only be expected to work on one type of computer cpu.
Native code - code that is specific for a given cpu (possibly including multiple chips or cpu's). By definition, native code is not portable and can only be expected to work on one type of computer/ cpu.
Code is the data and instructions (bits and bytes) which cause the cpu to process data, send signals, operate external devices, etc. (See Computer Languages) In virtually all modern digital computers this code exists physically as binary data. That is, the code is represented by two different states of some media - two different voltages, two different magnetic states, two different optical states, etc. The electronic circuits on the chip or chips determines how this data affects the machine. Different cpu's have different designs so that the same binary data may cause completely different things to happen on two different machines.

<Please enhance this rudimentary discussion>

Revision as of 20:24, 10 February 2004

Native code - code that is specific for a given cpu (possibly including multiple chips or cpu's). By definition, native code is not portable and can only be expected to work on one type of computer/ cpu.