HFCL FOCUS Machine Language Code
"Machine language" is the name given to the binary code that is used to program a computer at it's lowest level of abstraction. In this code instructions to the computer are written as strings of bits (usually represented in human form as 1s and 0s) which are stored in the computer's memory for later execution. This example illustrates the structure of a typical machine language instruction.
HFCL FOCUS Machine Language Code