rvalp

所属分类:处理器开发
开发工具:TeX
文件大小:117KB
下载次数:0
上传日期:2023-06-12 11:45:43
上 传 者sh-1993
说明:  RISC-V汇编语言编程
(RISC-V Assembly Language Programming)

文件列表:
LICENSE (18651, 2023-06-12)
Make.rules (1614, 2023-06-12)
Makefile (47, 2023-06-12)
book (0, 2023-06-12)
book\Makefile (377, 2023-06-12)
book\amodes (0, 2023-06-12)
book\amodes\chapter.tex (542, 2023-06-12)
book\ascii (0, 2023-06-12)
book\ascii\chapter.tex (7504, 2023-06-12)
book\bibliography.bib (5191, 2023-06-12)
book\binary (0, 2023-06-12)
book\binary\chapter.tex (57491, 2023-06-12)
book\binary\rvddt_memdump.out (1282, 2023-06-12)
book\colors.tex (221, 2023-06-12)
book\copyright (0, 2023-06-12)
book\copyright\chapter.tex (973, 2023-06-12)
book\elements (0, 2023-06-12)
book\elements\chapter.tex (8107, 2023-06-12)
book\elements\zero4regs.S (287, 2023-06-12)
book\elements\zero4regs.out (2169, 2023-06-12)
book\float (0, 2023-06-12)
book\float\chapter.tex (10442, 2023-06-12)
book\float\cleandecimal.c (372, 2023-06-12)
book\float\cleandecimal.out (1014, 2023-06-12)
book\float\erroraccumulation.c (354, 2023-06-12)
book\float\erroraccumulation.out (1235, 2023-06-12)
book\float\errorcompensation.c (397, 2023-06-12)
book\float\errorcompensation.out (1300, 2023-06-12)
book\float\powersoftwo.c (380, 2023-06-12)
book\float\powersoftwo.out (650, 2023-06-12)
book\glossary.tex (5876, 2023-06-12)
book\insnformats.tex (85703, 2023-06-12)
book\insnsummary (0, 2023-06-12)
book\insnsummary\chapter.tex (8141, 2023-06-12)
book\install (0, 2023-06-12)
book\install\chapter.tex (5832, 2023-06-12)
... ...

# rvalp RISC-V Assembly 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 20.04 and 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 https://github.com/johnwinans/rvalp.git cd rvalp make world # Related Projects The RISC-V simulator that I use to generate figures: https://github.com/johnwinans/rvddt A RISC-V simulator with more advanced features (but is also more complicated): https://github.com/johnwinans/riscv-toolchain-install-guide The toolchain used to assemble and compile programs in this book: https://github.com/riscv/riscv-gnu-toolchain See Appendix A of rvalp for the precise details on how I downloaded and build each of these tools on Linux. Note: During the great on-line COVID school year I recorded some lectures on RISC-V that use this book as a reference. These lectures appear in the following YouTube playlists: * [RISC-V Lectures From NIU CSCI 463](https://www.youtube.com/playlist?list=PL3by7evD3F53Dz2RiB47Ztp9l_piGVuus) * [The Whole NIU CSCI 463 Spring 2021 Playlist](https://www.youtube.com/playlist?list=PL3by7evD3F50NMukhaMqNdOt4pUHXT2Vo)

近期下载者

相关文件


收藏者