Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 444 Bytes

File metadata and controls

15 lines (11 loc) · 444 Bytes

c-language

Sandbox for learning C Language.

Toolchain

The following commands will install the Toolchain, QEMU and GDB

sudo apt update -y
sudo apt install -y gcc-riscv64-unknown-elf qemu-system-misc gdb-multiarch

RISC-V Reference Card

The document used to understand the ISA PDF

never use scanf function in production code, it's not safe.