Hacker News new | ask | show | jobs
RISC-V Assembler: Load Store (projectf.io)
3 points by WillFlux 860 days ago
1 comments

Load-store architecture is a defining quality of RISC in general and RISC-V in particular. If you're used to a rich set of addressing modes in x86 or 68K, coding on RISC-V asm is a bit of a shock, but I'm definitely warming to it.