Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Machine code"
From NetSec
Line 1: | Line 1: | ||
− | Machine code is binary that interfaces with the microcode on a processor. The | + | 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. More is available in [[Assembly Basics]]. |
− | + |
Revision as of 04:02, 19 October 2011
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. More is available in Assembly Basics.