Lofty

Results 44 issues of Lofty

Here's my example program: ```rust use boolean_expression::{BDD, Expr}; fn main() { let node = |name: &str| Expr::Terminal(name.to_string()); let a_select = (node("as0") & node("ai0")) | (node("as1") & node("ai1")) | (node("as2") &...

If somebody opens this hoping that there'll be actual HDL here, they're going to be a bit disappointed. I don't really have the time budget required to develop a CPU,...

For ABI reasons, linking to PS2SDK from Rust isn't a feasible approach. So, five years ago, I hatched a plan: if the data in the official manuals could be encoded...

- [ ] figure out what to do about CPU exceptions; debugging quality-of-life is going to be really important to avoid misery. - [ ] inside what would presumably be...