Benjamin Landers
Benjamin Landers
A [procedeural macro](https://doc.rust-lang.org/book/procedural-macros.html) could be a nice way to DRY a bunch. Otherwise parsing and highlighting kindof have to stay wet. Thats kindof complex for now though.
I may add some example code for the language, but I am going to be fairly busy because school has started. And what do you mean by "How to start"?
I used https://github.com/CmdrDats/igoki/releases/tag/0.8.0 and also experienced this. The easy fix is to use > Java 1.8
Currently it is not possible to load an ELF or any other type of binary file directly. There is a start to the work on executing programs from ELF files...
Thanks for making an issue about this. I agree that it can be unduly time consuming to open up files when starting up RARS. I spend a lot of time...
There is not a way to easily comment multiple lines. You must comment out each line with `#`. It might be possible to make RARS accept C style comments without...
> I this intentional? It seems not to be in accordance with the RISC-V spec. It is intentional, but I may have misread something. Please add a quote from the...
I am aware of the distinction between "trap", "interrupt" and "exception". However, I believe that "trap handler" is not used distinctly from "interrupt handler". Following that belief, setting UIE =...
> For example, what is the hart supposed to do when executing an illegal instruction during a trap handler? You can handle some "illegal instruction" exceptions by implementing extension the...
> However, I believe the behavior of trap handlers in U-mode should be similar to that in S-mode (please correct me if I'm wrong). I would expect that to be...