]> iEval git - clump.git/blobdiff - tinyledmatrix.pl
Make it work
[clump.git] / tinyledmatrix.pl
diff --git a/tinyledmatrix.pl b/tinyledmatrix.pl
new file mode 100644 (file)
index 0000000..b1899ce
--- /dev/null
@@ -0,0 +1,28 @@
+#!/usr/bin/perl
+use v5.14;
+use warnings;
+use lib '.';
+
+use asm;
+
+storei 0, 0xF;
+route 0, 1, 1;
+nop;
+nop;
+nop;
+nop;
+nop;
+storei 0, 0xF0;
+route 0, 1, 1;
+nop;
+nop;
+nop;
+nop;
+nop;
+storei 0, 0x111;
+route 0, 1, 1;
+nop;
+nop;
+nop;
+nop;
+nop;
This page took 0.021239 seconds and 4 git commands to generate.