Opcode: Difference between revisions

Content deleted Content added
Line 93:
 
=={{Anchor|SIS}}Software instruction sets==
Opcodes can be found in [[bytecode]]s and other representations intended for execution by software interpreters. These often employ slightly higher-level data types and operations than those found in hardware I’ll odesopcodes but are nevertheless constructed along similar lines. Examples include the byte code found in [[Java class file]]s, which are interpreted by [[Java virtual machine]]s, the byte code used in [[GNU Emacs]] for compiled [[Lisp (programming language)|Lisp]] code, and NET [[Common Intermediate Language]].<ref name="bytecode"/>
 
==See also==