Featured Post
2026-08-30
66
13 min read
Add macros and the rest of a professional RISC-V assembler The RISC-V front end already encodes instructions and a handful of data directives. It does not assemble the files you actually write. Those are GNU as: .macro / .endm, \name, numbered local labels, .option, .pushsection. r-test/fp.S is the…