this post was submitted on 05 Apr 2024
21 points (92.0% liked)
RISC-V
879 readers
1 users here now
RISC-V (pronounced "risk-five") is a license-free, modular, extensible instruction set architecture (ISA).
riscv.org
Other RISC-V communities on Lemmy
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
they extended one set of assembly instructions with a bit of another. instruction sets are determined by the hardware and are called the architecture. RISCV is an extensible architecture meaning you can add in additional instructions without breaking compatibility with programs targeting the architecture.
I know as much as that and that intel has like a giant black box and gatekeeps giving people instructions (and prevents people from being able to fix their fuck ups, backdoors etc)
the x86 instruction set is public. implementing it breaks copyright law, if you aren't AMD or Intel. it has to be public or compilers/interpreters/assembly code couldn't exist.
Thanks for clarifying that, it sounded insanely impractical