replaced a lot ofbricks with generated ones

This commit is contained in:
Redo
2020-05-21 07:36:03 -05:00
parent 1cdffd4e01
commit d6b2df4b1d
443 changed files with 260593 additions and 70209 deletions

27
bricks/execall.cs Normal file
View File

@@ -0,0 +1,27 @@
function lualogic_require(%fn){}
exec("./gen/execall.cs");
exec("./gates/diode.cs");
exec("./gates/NOT.cs");
exec("./gates/verticalDiode.cs");
exec("./gates/verticalNOT.cs");
exec("./inputs/switch.cs");
exec("./inputs/button.cs");
exec("./inputs/keyboard.cs");
exec("./math/8bitAdder.cs");
exec("./math/8bitSubtractor.cs");
exec("./math/8bitMultiplier.cs");
exec("./math/8bitDivider.cs");
exec("./math/FullAdder.cs");
exec("./math/HalfAdder.cs");
exec("./outputs/TextBrick2.cs");
exec("./special/EventGate.cs");
exec("./big/cpu1.cs");
exec("./big/ram8x12.cs");