Results 21 comments of Matthew Warren

This would definitely be nice, although if this seems like it puts too much functionality into one gate, then maybe a bundled decoder would be a good alternative. By this...

It sounds more like a bundled null cell that makes a 90 degree turn rather than a programmable bus router.

I've managed to make a circuit that functions the same but doesn't have the bug. Without the repeater I found that the issue still occurred, so it might be an...

Starting the game directly through the exe isn't a good idea. If you do that it doesn't connect to the steam workshop and so any mods from the steam workshop...

The intent was that it would be used in user code. My main use case is that I'm using customasm for writing microcode for a general microcode engine. For specific...

The reason why I can't do that is because the the microcode definition defines everything that's specific to the microcode engine and nothing more. Implementations of architectures using the microcode...

That's not a workable solution. As per the linked examples, there architectures using the core source file may not share names of registers and I don't want to pollute the...

Some additional information based on my testing. If I inline subrule b from above, it properly compiles