418 B
418 B
<html>
Registers
A register is a storage space for a single number. Each classic CPU in Avida contains three registers, each of which is made up of 32 bits. All math-based instructions opperate on the registers, and various instruction will move the values in the registers around.
</html>