Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.3 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.3 KB

This repository is sand box environment for the C Language Course by Pyjamabrah.

This file documents the commands and documents used as part of the course.


Toolchain

Execute the following commands to 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

Details of the RISC-V 32i Instruction Encoding: Download the PDF

Tools

  1. RISC-V Instruction Decoder
  2. GDB Dashboard
  3. Assembler (as) Documentation
    1. Document for RISC-V Assembler

C

  1. ISO Standard
  2. GNU C Manual

License and Support

All rights reserved. For more information contact [email protected]