Add diagrams and pictures
[clump.git] / tinyledmatrix.pl
CommitLineData
46a95fd3
MG
1#!/usr/bin/perl
2use v5.14;
3use warnings;
4use lib '.';
5
6use asm;
7
8storei 0, 0xF;
9route 0, 1, 1;
10nop;
11nop;
12nop;
13nop;
14nop;
15storei 0, 0xF0;
16route 0, 1, 1;
17nop;
18nop;
19nop;
20nop;
21nop;
22storei 0, 0x111;
23route 0, 1, 1;
24nop;
25nop;
26nop;
27nop;
28nop;
This page took 0.009458 seconds and 4 git commands to generate.