←back to thread

156 points cpldcpu | 1 comments | | HN request time: 0.613s | source
Show context
pjmlp ◴[] No.41894774[source]
As proof of concept, it is quite cool.

However for going into production with something like this, maybe writing everything in Assembly, and not just some parts, would be much better.

But after a quick search it seems the macro assembler story for RISC-V isn't that great.

replies(1): >>41896587 #
1. kragen ◴[] No.41896587[source]
The Padauk chips being discussed here aren't RISC-V. Gas is an adequate macro assembler for RISC-V, but I think the Padauk chips don't have anything similar. Still, you can get pretty far with m4... or writing a shell script with an echo function.