rars icon indicating copy to clipboard operation
rars copied to clipboard

RARS -- RISC-V Assembler and Runtime Simulator

Results 89 rars issues
Sort by recently updated
recently updated
newest added

Here is a log: ``` src/rars/venus/NumberDisplayBaseChooser.java:224: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal return new Integer(value).toString(); ^ Note: Some input files use or override a...

I downloaded rars for a class of mine and it is not letting me run any type of code it is just grayed out completely

When using RARS Display with 1024x1024 resolution the Display need more adresses than avaiable. It will crash at trying to store a value at adress 0x10400000. And a few already...

The line "Each bit of these two bytes are connected to segments (bit 0 for a segment, 1 for b segment and 7 for point " Is incomplete and at...

Hello, I've been trying to load GCC generated linked assembly into RARS For example, there's this line in the decompiled linked binary as: ``` : li a5,0 beqz a5, ```...

enhancement

RARS Text and Data section windows do not display in MAC. Java version is 1.8. See screenshot below. The screenshot shows the the program is running, but the Text and...

There is an issue with readchar syscall. The readcall requires a newline to accept the character, and doesn't read the newline char itself. Perhaps the terminal mode line buffering is...

This PR seeks to solve #75. To implement the A extension and use it to its fullest extent, we also need to implement a reservation table tool and some multi-threading...

This PR seeks to solve #75. It's very similar to #121 (contains a subset of the same commits). We've decided to break it up into 2 PRs. This first PR,...

Java AWT/Swing currently only support integer scaling factor by adding `-Dsun.java2d.uiScale=SomeInteger`. But for me it's either too small or to big. Would you add non-integer scaling support to RARS?

enhancement
help wanted