28 lines
569 B
C#
28 lines
569 B
C#
|
|
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");
|