ALU (Word) 

A full Arithmetic/Logical Unit (ALU).

ALU (Byte) 

A full Arithmetic/Logical Unit (ALU).z

IconAdder Tests 

These are the tests for the adder circuits. Any test failures will be logged in the console log.

Unary ALU (Word) 

Applies operations on an input word on two flags. If the z flag is set, then 0 is output instead of the input. If the n flag is set, the input is inverted […]

Read And Increment Program Counter (Word) 

Reads the current value of the orogram counter in the state table and then increments the stored value.