Login
From:
Project F
(Uncensored)
subscribe
RISC-V Assembler: Jump and Function - Project F
https://projectf.io/posts/riscv-jump-function/
links
backlinks
Tagged with:
asm
riscv
Roast topics
Find topics
Find it!
This RISC-V assembler post begins by examining the RISC-V jump instructions: jal and jalr. Jump instructions are the basis of functions, so we’ll then dig into function calls, the RISC-V ABI, calling convention, and how to use the stack.