Skip to content

Commit

Permalink
readme bug lol
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoRiether committed Jul 27, 2023
1 parent 8e926bc commit 4071b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![build status](https://github.com/LeoRiether/FPGRARS/workflows/Build%20&%20Test/badge.svg)](https://github.com/LeoRiether/FPGRARS/actions)

FPGRARS is a RISC-V assembly simulator with a graphics display window and keyboard input, similar to [RARS](https://github.com/TheThirdOne/rars), but 200 times faster. If you want to run RISC-V assembly programs easily, learn assembly language, or even build a game, FPGRARS is a great option! (and if it isn't for you please open an [issue)](https://github.com/LeoRiether/FPGRARS/issues) :)
FPGRARS is a RISC-V assembly simulator with a graphics display window and keyboard input, similar to [RARS](https://github.com/TheThirdOne/rars), but 200 times faster. If you want to run RISC-V assembly programs easily, learn assembly language, or even build a game, FPGRARS is a great option! (and if it isn't for you please open an [issue](https://github.com/LeoRiether/FPGRARS/issues) :)

## Running FPGRARS
First, head over to the [latest release](https://github.com/LeoRiether/FPGRARS/releases/latest) and download the appropriate executable. Then, you can run a RISC-V assembly file either by running `./fpgrars your_riscv_file.s` in a terminal or by dragging the `.s` onto the executable. If you're on Linux, you might need to `chmod +x fpgrars-x86_64-unknown-linux-gnu` for FPGRARS to work.
Expand Down

0 comments on commit 4071b66

Please sign in to comment.