RISC-V failing to write to buffer
`
MEDEAN_FILTER:
li a7, 1024
la a0, INPUT
li a1, 0
ecall
mv s6, a0
Image I/O in RISC-V
I’ve been tasked with implementing a few image processing functions in RISC-V assembly, using .GRAY images, and wrote a prototype in C to have some sort of guideline, which reads like so
mage I/O in RISC-V
I’ve been tasked with implementing a few image processing functions in RISC-V assembly, using .GRAY images, and wrote a prototype in C to have some sort of guideline, which reads like so