Skip to content

RARS -- RISC-V Assembler and Runtime Simulator

License

Notifications You must be signed in to change notification settings

MatMasIt/rars-flatlaf

 
 

Repository files navigation

RARS -- RISC-V Assembler and Runtime Simulator

This fork is basically the same as the original, with two differences:

  • RISCV64 is default, 32 bit may be enabled with the -rv32 flag
  • Modern flat ui, using FlatLaflight
  • Wrapped inside an Intellij Idea project
  • Dark theme: just create a dark.txt in the same folder of the jar file to enable dark theme

Bugs (on linux):

  • The source pane sometimes must be toggled to be visible when a file is opened
  • Annoying layout issue with program speed slider

RARS, the RISC-V Assembler, Simulator, and Runtime, will assemble and simulate the execution of RISC-V assembly language programs. Its primary goal is to be an effective development environment for people getting started with RISC-V.

Features

  • RISC-V IMFDN Base (riscv32 and riscv64)
  • Several system calls that match behaviour from MARS or SPIKE.
  • Support for debugging using breakpoints and/or ebreak
  • Side by side comparison from psuedo-instruction to machine code with intermediate steps
  • Multifile assembly using either files open or a directory

Documentation

Documentation for supported instructions, system calls, assembler directives and more can be found on the wiki. Documentation included in the download can be accessed via the help menu.

Download

RARS is distributed as an executable jar. You will need at least Java 8 to run it.

The latest stable release can be found here, a release with the latest developments can be found on the continuous release, and the releases page contains all previous stable releases with patch notes.

Alternatively, if you wish to make your own jar and/or modify the code, you should clone the repo with git clone https://github.com/TheThirdOne/rars --recursive. Running the script ./build-jar.sh on a Unix system will build rars.jar.

Screenshot

Screenshot of sample program Dark mode

Changes from MARS 4.5

RARS was built on MARS 4.5 and owes a lot to the development of MARS; its important to note what are new developments and what come straight from MARS. Besides moving from supporting MIPS to RISC-V and the associated small changes, there are several general changes worth noting.

  • Instructions can now be hot-loaded like Tools. If you want to support an additional extension to the RISC-V instruction set. the .class files just need to be added to the right folder
  • ScreenMagnifier, MARS Bot, Intro to Tools, Scavenger Hunt, and MARS Xray were removed from the included tools. ScreenMagnifier, MARS Bot, Intro to Tools, and Scavenger Hunt were removed because they provide little benefit. And MARS Xray was removed because it is not set up to work with RISC-V, however if someone ports it, it could be merged in.
  • Removed delayed branching
  • Removed the print feature
  • Added a testing framework to verify compatability with the RISC-V specification
  • Significant internal restructuring and refactoring.

About

RARS -- RISC-V Assembler and Runtime Simulator

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Java 81.4%
  • Assembly 14.8%
  • HTML 3.8%