make gates use cdata for critical logic

This commit is contained in:
Redo
2022-11-04 13:10:10 -06:00
parent 07b3decc45
commit cdbf3ed089
10 changed files with 232 additions and 62 deletions

2
sim/compiled_sim.bat Normal file
View File

@@ -0,0 +1,2 @@
gcc compiled_sim.c -shared -o compiled_sim.dll -Wall -Werror
pause