These are the example programs from the 2nd edition of the book, you can download the source files (.asm):
| A | LedOn | Turns an LED on |
| B | PushButton (1.0) | If a push button is pressed, turns on an LED |
| C | PushButton (2.0) | Shorter version of PushButton 1.0 |
| D | Timing | LED states toggled every second, and buzzer on every five secs. |
| E | Traffic | Pedestrian traffic lights junction is simulated |
| F | Counter (1.0) | Counts signals from a push button, resets after 15. |
| G | Counter (2.0) | Stop reading button more than once (otherwise, as Counter 1.0) |
| H | Counter (3.0) | Solves button bounce (otherwise, as Counter 2.0) |
| I | StopClock | A stop clock displaying tenths of seconds to minutes |
| J | LogicGates | Acts as the eight different gates |
| K | Alarm | An alarm system which can be set or disabled |
| L | BikeBuddy | A speedometer and mileometer for bikes. |
| M | Quiz | Indicates which of four push buttons has been pressed first |
| N | TempSense | Displays whether temperature is too hot, too cold or o.k. |
| P | Diamond | An electronic diamond brooch. |