RISC-V Toolchain Usage
Assembler and Disassembler
This is the whole content of test.asm
Use riscv64-unknown-elf-as
to compile it to binary code.
Then use riscv64-unknown-elf-objdump
to dump the binary code.
Last updated