/riscv-asm-hello-morse

Blinking morse code on the hifive1-revb board using RISC-v assembler

Primary LanguageAssemblyGNU General Public License v3.0GPL-3.0

riscv-asm-hello-morse

Blinking morse code on the hifive1-revb board using RISC-v assembly

prerequisites

You need a riscv toolchain to build this program.

For fedora try:

# dnf install gcc-riscv64-linux-gnu

For Ubuntu try:

# apt install gcc-riscv64-unknown-elf