2019-08-27 05:09:53 -05:00
2019-08-27 04:57:04 -05:00
2018-04-29 13:49:07 -05:00
2018-04-14 10:01:16 -05:00
2019-08-27 05:09:53 -05:00

rvalp

RISC-V Assemly Language Programming

This is an attempt to create a book on RISC-V programming in assembly language.

Pull requests are welcome.

I will release PDFs after useful improvements from time to time into the releases area for those that don't wish to build their own.

You can find the rvddt simulator mentioned in the text here: https://github.com/johnwinans/rvddt

I developed this using LaTeX via texlive. LaTeX is very portable. You should be able to tinker with it on most any platform.

On Ubuntu 18.04 LTS, loading the following packages worked for me:

sudo apt install make      
sudo apt install git
sudo apt install texlive-latex-extra

I suspect the same (above) would work on 16.04 as well.

Then clone and build this repo:

git clone git@github.com:johnwinans/rvalp.git
cd rvalp
make world
Description
RISC-V Assembly Language Programming
Readme CC-BY-4.0 5.9 MiB
Languages
TeX 98.8%
Makefile 0.4%
C 0.4%
Assembly 0.3%
Shell 0.1%