Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Machine code"

From NetSec
Jump to: navigation, search
 
Line 2: Line 2:
  
 
Machine code is binary that interfaces with the microcode on a processor.  The bytecode, or [[shellcode]], is usually represented as [[Assembly_Basics#Counting|hexadecimal]].  It has instruction numbers and operands to each instruction.
 
Machine code is binary that interfaces with the microcode on a processor.  The bytecode, or [[shellcode]], is usually represented as [[Assembly_Basics#Counting|hexadecimal]].  It has instruction numbers and operands to each instruction.
 +
[[Category:Programming]]

Latest revision as of 09:15, 26 April 2012

Read more at Assembly Basics

Machine code is binary that interfaces with the microcode on a processor. The bytecode, or shellcode, is usually represented as hexadecimal. It has instruction numbers and operands to each instruction.