Leonardo Riether

Results 21 issues of Leonardo Riether

Currently it's a naive "recalculate matches every time the user inputs something by checking for every search key if it is a subsequence". Maybe this could be optimized using a...

We should try to look for it in other places

Make sure the browser extension syncs correctly on edge cases. For example, if a popup.js has already acquired the settings by calling `browser.storage.sync.get`, it will save the result on a...

I don't know if there are any, it's just statistically very probable

There's no 320x240 bitmap display in the original RARS, only in the modified version

enhancement

``` .macro print_char(%c) li a7 11 li a0 %c ecall .end_macro print_char(' ') ```

FPGRARS can currently do loads/stores in misaligned positions, while RARS can only do loads, throwing an exception on stores. Are misaligned stores a bug or feature in FPGRARS? Should we...

bug
enhancement

- Run tests - Implement more status registers -

It would be nice to have a `fpgrars.toml` file, or something similar, to configure things that are currently passed by arguments in the CLI. For example, instead of passing `--width...

enhancement
help wanted
good first issue