risc26z

Results 4 comments of risc26z

Thanks Steve, I'll look forward to that. I did have a look at the build system, but felt it was best to ask someone who has already worked with it....

One more suggestion: if you'd be willing to do so, it'd be great to split out at least wrspice and its unavoidable dependencies into separate [git submodules](https://gist.github.com/gitaarik/8735255). I'm currently experimenting...

Hi folks, I'm doing some experimental parsing work (external to tree-sitter), and have some observations that might hopefully be helpful. Generally, I think moving towards '|' (as suggested above) would...

Hello, I know of a few other decoder generators that are worth evaluating. There is [opcode-decoder-generator](https://github.com/shmolyneaux/opcode-decoder-generator), [PIE](https://github.com/beehive-lab/pie), and [Edigen](https://github.com/emustudio/edigen) (as well as my own creation from a few years ago,...