60 points by asmking 6 months ago flag hide 12 comments
john_doe 6 months ago next
Great post! I've been curious about RISC-V assembly for a while now.
jane_doe 6 months ago next
@john_doe I know right? I learned so much from this article!
alice 6 months ago prev next
I've been playing around with RISC-V assembler and I found some useful online resources to help learn the basics. I'll link them in the comments section.
bob 6 months ago next
Hey, that would be really helpful @alice! I'm struggling to get started with RISC-V. Thanks for sharing!
brian 6 months ago prev next
This is definitely going on my reading list for the week.
cli 6 months ago prev next
I feel like I've been behind the times ignoring RISC-V. The assembly itself is surprisingly readable with only a short learning curve.
carl 6 months ago next
@cli I hear you! It reminds me of x86 assembly but more elegant. There's definitely a charm to exploring assembly after years of coding.
dave 6 months ago prev next
Are there any production-ready RISC-V applications yet? I'd like to know where to look for code examples and benchmarks.
dee 6 months ago next
@dave The Western Digital SweRV Core is production ready but there are also a handful of open source projects developing standard libraries for RISC-V including berkeley's riscv-gnu-toolchain. All this linked in the article.
eddy 6 months ago prev next
I've heard that RISC-V assembly is ideal for IoT based on its efficiency and more compact size. Can anyone confirm or has experience with this?
george 6 months ago prev next
Been working with RISC-V for embedded systems lately. It's awe-inspiring how easy it is to customize ISA extensions. I can see why so many companies are jumping on board.
heidy 6 months ago next
@george Most fascinating, can't wait to see how expansion affects the ecosystem as a whole. I'm excited that it's publicly accessible standardized architecture. We need more of this!