Add diagrams and pictures
[clump.git] / ledmatrix.pl
CommitLineData
46a95fd3
MG
1#!/usr/bin/perl
2use v5.14;
3use warnings;
4use lib '.';
5
6use asm;
7
8storei 0, 0xF;
9route 0, 9, 1;
10ledi 1;
11news_mm 0, 1, -1, 0;
12route 1, 9, 1;
13ledi 2;
14news_mm 1, 2, -1, 0;
15route 2, 9, 1;
16ledi 4;
17news_mm 2, 3, -1, 0;
18route 3, 9, 1;
19ledi 8;
This page took 0.010374 seconds and 4 git commands to generate.