Episode 24 - From Nand to Tetris - Teil 1
Update: 2017-07-11
Description
Show Notes und Links
Podcast Zeit für Wissenschaft von
Melanie Bartos
Shimon Schocken stellt das Programm in 10 min selbst vor:
From Nand to Tetris In 12 Steps
- Alle Kapitel des Kurses
- Cool Stuff - Linksammlung zum Thema auf der Projektwebseite
Software zum Download, um mitzumachen
- The Elements of Computing Systems:
Building a Modern Computer from First Principles - Coursera Kurs: Build a Modern Computer from First Principles
Implementierung eines Not
CHIP Not {
IN in;
OUT out;
PARTS:
Nand(a=in, b=true, out=out);
}
oder
CHIP Not {
IN in;
OUT out;
PARTS:
Nand(a=in, b=in, out=out);
}
Hukl a.k.a. John Paul Baader - Webseite
- Go
- Android Studio
- Geofencing
- Xamarin
- C#
- Rust
- Kotlin
Im Wienerischen ist ein “braader Weg”, nicht breit, sondern lang. :-)
Comments
In Channel






