Cheat sheets, Tips, and Best Practices

Cheat sheets
RISC-V Reference "Green" Card http://riscbook.com/greencard-20181213.pdf
GNU -as Assembler Directives https://www.cse.scu.edu/~dlewis/book3/docs/GNU_Assembler_Directives.pdf
GNU -gdb Debugger https://sourceware.org/gdb/download/onlinedocs/refcard.pdf
Tips
Best Practices
Always use the guarded include in header .h and .e files whenever possible.