this post was submitted on 27 Oct 2023
8 points (83.3% liked)

Single Board Computers

1185 readers
2 users here now

A community for the discussion of all single board computers. Raspberry Pi is ok, but there are so many other boards now that get looked over that deserve attention.

Post news, questions, your setups, guides, anything that has to do with SBCs. Server wide rules apply

founded 11 months ago
MODERATORS
 

Technically both are RISC based but probably they are way different in implementation. I'm thinking about buying a RISC-V SBC, and I just want to be sure about compatiblity with running ARM based software.

you are viewing a single comment's thread
view the rest of the comments
[–] ttmrichter@lemmy.world 3 points 10 months ago* (last edited 10 months ago)

No troubles.

If you really want to know what assembler looks like and how it relates to higher-level languages when compiled, you can't really beat Godbolt. It's amazing what you can learn from there, and changing options to include maximum optimization, for example, can show you just how much work compilers do for you under the covers these days.