Skip to content

pyjamabrah/c-language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

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 support@pyjamabrah.com