Releases: LeoRiether/FPGRARS
Releases · LeoRiether/FPGRARS
v1.11.1
v1.11.0
v1.10.6
Run with ./fpgrars your_riscv_file.s
or ./fpgrars --help
to see the options.
UnB students should get the 8 bit version
Added -p
, --port
flag
v1.10.5
Just testing the updated GitHub Action, not a real release (but the binaries should be working fine, I guess)
v1.10.3
Run with ./fpgrars your_riscv_file.s
Finally implemented MIDI output! Ecalls 33
(MidiOutSync) and 31
(MIdiOutAsync) now play sounds like RARS does. midi.s
is included in the release for testing purposes and is also in the samples folder.
v1.10.1
Please compile
v1.9
Run with ./fpgrars your_riscv_file.s
Changelog:
- Implemented syscall 9 (
sbrk
). Thanks to @Cardosaum for the suggestion - Fixed macro parsing bug, now
MACRO( a0 )
– with the spaces – should work
v1.8
Run with ./fpgrars your_riscv_file.s
Changelog:
- Fixed
lb
andlh
implementation. Previously they worked the same aslbu
andlhu
.
v1.7
Run with ./fpgrars your_riscv_file.s
Changes:
- Implemented
sw t0 label t1
pseudoinstruction - Fixed keyboard input behavior
v1.6
Run with ./fpgrars your_riscv_file.s