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

RISC-V takes a different approach to branching, even compared to other RISC processors. There are no status registers AKA condition codes.
MIPSr6 added RISC-V like compare and branch instructions.