Skip to content

Latest commit

 

History

History
106 lines (98 loc) · 3.13 KB

README.md

File metadata and controls

106 lines (98 loc) · 3.13 KB

NandGame solutions

Table of Contents

0 Logic Gates

0.0 Invert

Invert

0.1 And

And

0.2 Or

Or

0.3 Xor

Xor

1 Arithmetics

1.0 Half Adder

Half Adder

1.1 Full Adder

Full Adder

1.2 Multi-bit Adder

Multi-bit Adder

1.3 Increment

Increment

1.4 Substraction

Substraction

1.5 Equal to zero

Equal to zero

1.6 Less then zero

Less then zero

2 Plumbing

2.0 Selector

Selector

2.0 Switch

Switch

3 Memory

3.0 Latch

Latch

3.1 Data Flip-Flop

Data Flip-Flop

3.2 Register

Register

3.3 Counter

Counter

3.4 RAM

RAM

4 Arithmetic Logic Unit

4.0 Unary ALU

Unary ALU

4.1 ALU

ALU

4.2 Opcodes

Opcodes

4.3 Condition

Condition

5 Processor

5.0 Combined Memory

Combined Memory

5.1 Instruction Detector

Instruction Detector

5.2 Control Unit

Control Unit

5.3 Program Engine

Program Engine

5.4 Computer

Computer

5.5 Input and Output

Input and Output