gitextract_vt1ez9jz/ ├── .gitignore ├── LICENSE ├── Make.rules ├── Makefile ├── README.md ├── book/ │ ├── .gitignore │ ├── Makefile │ ├── amodes/ │ │ └── chapter.tex │ ├── ascii/ │ │ └── chapter.tex │ ├── bibliography.bib │ ├── binary/ │ │ ├── chapter.tex │ │ └── rvddt_memdump.out │ ├── colors.tex │ ├── copyright/ │ │ └── chapter.tex │ ├── elements/ │ │ ├── chapter.tex │ │ ├── zero4regs.S │ │ └── zero4regs.out │ ├── float/ │ │ ├── chapter.tex │ │ ├── cleandecimal.c │ │ ├── cleandecimal.out │ │ ├── erroraccumulation.c │ │ ├── erroraccumulation.out │ │ ├── errorcompensation.c │ │ ├── errorcompensation.out │ │ ├── powersoftwo.c │ │ └── powersoftwo.out │ ├── glossary.tex │ ├── insnformats.tex │ ├── insnsummary/ │ │ └── chapter.tex │ ├── install/ │ │ └── chapter.tex │ ├── intro/ │ │ └── chapter.tex │ ├── license/ │ │ └── chapter.tex │ ├── preamble.tex │ ├── preface/ │ │ └── chapter.tex │ ├── priv/ │ │ └── chapter.tex │ ├── programs/ │ │ ├── chapter.tex │ │ └── src/ │ │ ├── .gitignore │ │ ├── Make.rules │ │ ├── Makefile │ │ └── mvzero/ │ │ ├── .gitignore │ │ ├── Makefile │ │ ├── mv.S │ │ ├── mv.lst │ │ ├── mv.out │ │ └── run.sh │ ├── refcard/ │ │ └── chapter.tex │ ├── rv32/ │ │ ├── base.tex │ │ ├── chapter.tex │ │ └── insn/ │ │ └── lui.tex │ ├── rv32m/ │ │ └── chapter.tex │ ├── rvalp.tex │ └── toolchain/ │ └── chapter.tex └── texlib/ ├── ENote.sty ├── MyFigs.sty ├── MyVerbatim.sty └── index.ist