-
What would it take to extend one_gadget to support MIPS and RISC-V architectures?
-
Using a circular shift for the registers is a great idea.
So I added this RISC-V soft core to the list of RISC-V Soft Cores.
https://github.com/PythonLinks/risc-v-shoot-out
The problem is th…
-
RISC-V ABI docs say that `va_end` is a no-op:
> The va_copy macro is a single pointer copy and the va_end macro performs no operation.
https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/m…
-
Hi guys, recently, i replaced my qemu env with virtmg-ng, it is really great, so can virtme-ng run arm64 or risc-v vm on x86 host?
-
Since there isn't an issue already open, would be possible to list which would be the requirements to have rr working on risc-v?
-
I'm currently trying to modify the translation logic of some RISC-V instructions, but I encounter errors in the computation results when running test programs. To diagnose the issue, I’d like to obser…
-
Hola!!
En el problema 3 (Subrutina attack_status), cuando hay que llamar a la subrutina respectiva según el caso (por ejemplo, `_poison_pokemon`), el valor del registro a0, debe ser la dirección ba…
-
En el enunciado de la pregunta 4 aparecen en los modificadores si el tipo es acero o siniestro, pero en los tipos de ataque no aparece ninguno de estos dos tipos de ataque. ¿Cuál sería el número el de…
rwzky updated
1 month ago
-
En la subrutina `_faint` se setea la 4ta palabra, segun enunciado, el estado del pokemon. Sin embargo, el valor que se pone aqui es 3 (linea 227 `pokemon_utils`), mientras que en el enunciado el valor…
-
Crosscompiling (`GOOS=linux GOARCH=riscv64 go build -o MyApp-riscv`) throws an error:
```
package MyApp
imports github.com/gordonklaus/portaudio: build constraints exclude all Go files in /home/…