mirror of
https://github.com/johnwinans/rvalp.git
synced 2025-09-27 05:04:39 -04:00
32 lines
944 B
Markdown
32 lines
944 B
Markdown
# rvalp
|
|
|
|
RISC-V Assemly Language Programming
|
|
|
|
This is an attempt to create a book on RISC-V programming in assembly language.
|
|
|
|
See the Releases page for pre-made PDF versions: https://github.com/johnwinans/rvalp/releases
|
|
|
|
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
|