Live data from Hacker News

RISC-V Assembler: Load Store

projectf.io

1–2 of 2 posts

Re: RISC-V Assembler: Load Store

#2
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.