Add diagrams and pictures
[clump.git] / test.pl
1 #!/usr/bin/perl
2 use v5.14;
3 use warnings;
4 use lib '.';
5
6 use asm;
7
8 loadi 0, 5;
9 store 0, 0, 0, 0;
10 loadi 0, 7;
11 store 1, 0, 0, 0;
12
13 loada 0, 1, 0, alu_select_b;
14 loadb 1, 0, 1, alu_xor;
15 store 2, 3, 0, 0;
16
17 write_verilog;
This page took 0.020752 seconds and 4 git commands to generate.