minor additions

master
Anton Lydike 2 years ago
parent 1ea5bb2edc
commit d6d3a18aa6

@ -94,6 +94,7 @@ To generate your local documentation, first install everything in `sphinx-docs/r
generate and make all doc files for you. Finally, you can open the docs locall by runnint `open sphinx-docs/build/html/index.html`. generate and make all doc files for you. Finally, you can open the docs locall by runnint `open sphinx-docs/build/html/index.html`.
## Resources: ## Resources:
* RISC-V Programmers Handbook: https://github.com/riscv-non-isa/riscv-asm-manual/blob/master/riscv-asm.md
* Pseudo ops: https://www.codetd.com/article/8981522 * Pseudo ops: https://www.codetd.com/article/8981522
* detailed instruction definition: https://msyksphinz-self.github.io/riscv-isadoc/html/rvi.html#add * detailed instruction definition: https://msyksphinz-self.github.io/riscv-isadoc/html/rvi.html#add
* RISC-V reference card: https://www.cl.cam.ac.uk/teaching/1617/ECAD+Arch/files/docs/RISCVGreenCardv8-20151013.pdf * RISC-V reference card: https://www.cl.cam.ac.uk/teaching/1617/ECAD+Arch/files/docs/RISCVGreenCardv8-20151013.pdf

@ -133,7 +133,7 @@ unlimited_regs: Allow an unlimited number of registers""",
"--ignore-exit-code", "--ignore-exit-code",
help="Ignore exit code of the program and always return 0 if the program ran to completion.", help="Ignore exit code of the program and always return 0 if the program ran to completion.",
action="store_true", action="store_true",
default=False default=False,
) )
args = parser.parse_args() args = parser.parse_args()

Loading…
Cancel
Save