Analytical Combinator

by bruno77

A programmable circuit combinator controlled via a RISC-V inspired assembly language. Supports reading red and green input signals and writing up to four output signals per tick.

Content
7 days ago
2.0
76
Circuit network

g Differences from fCPU?

24 days ago

What does this mod do differently from fCPU?

24 days ago
(updated 24 days ago)

I wasn't familiar with fCPU. Now that I look at it, the two appear to be conceptually similar. This one more closely follows the RISC-V instructions, so it lacks things like trig functions, etc.

I was using joalon's Assembly Combinator, but really wanted the ability to read signals so I asked Claude to create the mod I was after. I kept asking Claude for more and more features (the changelog tells the story), and this is where things ended up.

I was excited to try this until I saw you used ai to code it. Luckily I just learned about fCPU from this post.

6 days ago

I was excited to try this until I saw you used ai to code it. Luckily I just learned about fCPU from this post.

You're welcome...

New response