Add diagrams and pictures
[clump.git] / blink.pl
CommitLineData
7f1b6bd9
MG
1#!/usr/bin/perl
2use v5.14;
3use warnings;
4use lib '.';
5
6use asm;
7
8for (1 .. 3) {
9 ledi 1;
10 ledi 2;
11 ledi 4;
12 ledi 8;
13}
14nop;
15nop;
16nop;
17nop;
This page took 0.009832 seconds and 4 git commands to generate.