7 lines
467 B
Markdown
7 lines
467 B
Markdown
<html>
|
|
<title>CPU Components : Instruction</title>
|
|
|
|
<h1>Instruction</h1>
|
|
|
|
Each position in an <a href="help.Organism.html">organisms</a> <a href="help.Genome.html">genome</a> or a <a href="help.CPU.html">CPUs</a> <a href="help.Memory.html">memory</a> consists of an instruction. Each instruction is associated with a specific function on the CPU when it is executed (expressed); in series these instructions lead to all of the complex behaviors of the organisms.
|