this post was submitted on 06 Jun 2025
5 points (100.0% liked)

RISC-V

1062 readers
1 users here now

RISC-V (pronounced "risk-five") is a license-free, modular, extensible instruction set architecture (ISA).

riscv.org

Youtube | Twitter

Matrix space

Other RISC-V communities on Lemmy

founded 4 years ago
MODERATORS
 

Whats a good resource? Any guides or such you found particularly helpful? I'm only familiar with some basic x86 assembly, no SSE, AVX, etc. would it be "too much" to try and learn any Risc-V assembly?

Also, are there Risc-V devboards, and if so which ones are good, and what do you use yours for? Are they at an 8-bit microcontroller level, or ARM-running-Linux type beat? Asking the latter because it's always fun to have a real target when learning a new architecture.

you are viewing a single comment's thread
view the rest of the comments
[–] frankenswine@lemmy.world 3 points 2 weeks ago

write some small programs. the official reference for the basic instruction subsets are quite nice.

i don't have a guide handy but i also didn't have issues to find some when searching the web