Wait what? You can make an OS with this? I'm confused now.
Yes, though I doubt that the average Blocklander will be able to do so (let alone even use the mod). You can program computer chips, computer kernels, operating systems, etc. Each mnemonic in Assembly directly correlates to a binary instruction (for example, popping an item from the stack with the
pop mnemonic may correlate to the binary string of '
100110', though not really, you get the idea). This allows for extreme low level programming, which opens up a world of options (like simulating the ability to burn instructions and add in transistors in computer chips).