You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Giga-ALU is a 4-bit arithmetic logic unit (ALU) driven virtual machine with its
own instruction set, assembler, and bytecode format, all implemented in C.
Building
cmake -S . -B build
cmake --build build
About
4-bit ALU driven virtual machine with its own IS, assembler, and bytecode format in C