I hope that made sense.

Moderators: ~xpr'd~, tyteen4a03, Stinky, Emerald141, Qloof234, jdl
Code: Select all
1,1 - 11,1; 11,3
1,2 - 8,0; 11,1; 8,1; 11,2; 8,2
1,3 - 8,0; 11,1; 8,1; 11,3; 8,2
1,4 - 11,0; 11,1; 8,1; 11,3
1,5 - 8,0; 11,0; 8,1; 11,3; 8,2
2,1 - 8,0; 11,1; 8,1; 11,2; 8,2
2,2 - 11,0; 11,1; 8,1; 11,3
2,3 - 8,0; 11,0; 8,1; 11,2; 11,3; 8,2
2,4 - 8,0; 11,0; 11,1; 8,1; 11,2; 11,3; 8,2
2,5 - 8,0; 11,0; 11,1; 11,2; 11,3; 8,2; 10,1; 10,3
3,1 - 8,0; 11,1; 8,1; 11,3; 8,2
3,2 - 8,0; 11,0; 8,1; 11,2; 11,3; 8,2
3,3 - 8,0; 11,0; 11,1; 8,1; 11,3; 8,2
3,4 - 8,0; 11,1; 8,1; 11,2; 8,2; 10,1; 10,3
3,5 - 8,0; 11,0; 8,1; 11,3; 8,2; 10,1; 10,3
4,1 - 11,0; 11,1; 8,1; 11,3
4,2 - 8,0; 11,0; 11,1; 8,1; 11,2; 11,3; 8,2
4,3 - 8,0; 11,1; 8,1; 11,2; 8,2; 10,1; 10,3
4,4 - 8,0; 11,0; 8,1; 11,2; 11,3; 8,2; 10,1; 10,3
4,5 - 8,0; 11,0; 11,1; 11,2; 11,3; 8,2; 9,0; 10,1; 9,1; 10,2; 9,2
5,1 - 8,0; 11,0; 8,1; 11,3; 8,2
5,2 - 8,0; 11,0; 11,1; 11,2; 11,3; 8,2; 10,1; 10,3
5,3 - 8,0; 11,0; 8,1; 11,3; 8,2; 10,1; 10,3
5,4 - 8,0; 11,0; 11,1; 11,2; 11,3; 8,2; 9,0; 10,1; 9,1; 10,2; 9,2
5,5 - 8,0; 11,0; 8,1; 11,3; 8,2; 9,0; 10,1; 9,1; 10,2; 9,2
That's really cool.Blast!10 wrote:I know people hate it when I keep reviving this old topic, but at least it's better than having to create a new one, so...
Here's an example multiplier - press one of the buttons on the top row, one of the buttons on the bottom row, and the result should show up in green 7-segment letters on the big blank board right next to your spawn.
If you're wondering how I did it, I'll just show you the text file that I wrote and had in front of my eyes the whole time:My brain started hurting halfway through the process.Code: Select all
1,1 - 11,1; 11,3 1,2 - 8,0; 11,1; 8,1; 11,2; 8,2 1,3 - 8,0; 11,1; 8,1; 11,3; 8,2 1,4 - 11,0; 11,1; 8,1; 11,3 1,5 - 8,0; 11,0; 8,1; 11,3; 8,2 2,1 - 8,0; 11,1; 8,1; 11,2; 8,2 2,2 - 11,0; 11,1; 8,1; 11,3 2,3 - 8,0; 11,0; 8,1; 11,2; 11,3; 8,2 2,4 - 8,0; 11,0; 11,1; 8,1; 11,2; 11,3; 8,2 2,5 - 8,0; 11,0; 11,1; 11,2; 11,3; 8,2; 10,1; 10,3 3,1 - 8,0; 11,1; 8,1; 11,3; 8,2 3,2 - 8,0; 11,0; 8,1; 11,2; 11,3; 8,2 3,3 - 8,0; 11,0; 11,1; 8,1; 11,3; 8,2 3,4 - 8,0; 11,1; 8,1; 11,2; 8,2; 10,1; 10,3 3,5 - 8,0; 11,0; 8,1; 11,3; 8,2; 10,1; 10,3 4,1 - 11,0; 11,1; 8,1; 11,3 4,2 - 8,0; 11,0; 11,1; 8,1; 11,2; 11,3; 8,2 4,3 - 8,0; 11,1; 8,1; 11,2; 8,2; 10,1; 10,3 4,4 - 8,0; 11,0; 8,1; 11,2; 11,3; 8,2; 10,1; 10,3 4,5 - 8,0; 11,0; 11,1; 11,2; 11,3; 8,2; 9,0; 10,1; 9,1; 10,2; 9,2 5,1 - 8,0; 11,0; 8,1; 11,3; 8,2 5,2 - 8,0; 11,0; 11,1; 11,2; 11,3; 8,2; 10,1; 10,3 5,3 - 8,0; 11,0; 8,1; 11,3; 8,2; 10,1; 10,3 5,4 - 8,0; 11,0; 11,1; 11,2; 11,3; 8,2; 9,0; 10,1; 9,1; 10,2; 9,2 5,5 - 8,0; 11,0; 8,1; 11,3; 8,2; 9,0; 10,1; 9,1; 10,2; 9,2
It took me a year, but here is an RTW version.Blast!10 wrote:5-bit full adder for your enjoyment...