Add diagrams and pictures
[clump.git] / newsled.pl
CommitLineData
7f1b6bd9
MG
1#!/usr/bin/perl
2use v5.14;
3use warnings;
4use lib '.';
5
6use asm;
7
8storei 0, 4;
9storei 1, 2;
10ledm 1, 0;
11nop;
12nop;
13route 0, 1;
14ledm 1, 0;
15nop;
16nop;
17storei 1, 3;
18ledm 1, 0;
19nop;
20nop;
21route 0, 1;
22ledm 1, 0;
23nop;
This page took 0.00948 seconds and 4 git commands to generate.