v1.13.0
Run with ./fpgrars your_riscv_file.s
or ./fpgrars --help
to see the options.
UnB students should get the 8 bit version
- Implemented a new control bit for the Keyboard MMIO! Now the byte at
0xFF210000
is set to 1 when there's a key down/pressed, and 0 otherwise.0xFF210004
is a duplicate of0xFF200004
, to make switching from RARS or FPGA-compatible code easier. The previous method of getting input from the keyboard, which used positions0xFF200000
and0xFF200004
, is still supported and left unchanged.