39 lines
1.1 KiB
Markdown
Raw Normal View History

2024-12-07 21:07:38 +01:00
## Redstone computer
Do together with people - italic, show and explain in bold
1. **Basic redstone**
- Show and explain the basic components' functions and compare them to real-life electrical components (e.g., wires, switches, diodes).
2. *Logic gates*
- Build basic logic gates using redstone.
3. *Latches*
- simple latches with participants.
4. *Complex circuit design*
- design and assemble more complex circuits
5. **Combinational Logic Circuit Design**
- Build adder and multiplexer
6. _Storage circuits and memory_
- Build flip-flops and registers.
7. **Cache**
- how does retrieval work in memory
- the concept of cache with redstone
8. _Finite State Machines (FSM)_
- build a finite state machine
9. **The von Neumann Model of Computing**
- Idk about this one
10. **The data paths implementing the ISA of the LC-3 Processor**
- Build data paths
11. **Basic Input/Output (Polling); Memory Mapping**
- I/O redstone
12. _I/O by Interrupt_
- pressure plates or some shit
13. **Making the Leap from Assembly to Higher Level Languages**
- redstone -> command blocks?