riscv-non-isa / riscv-asm-manual

RISC-V Assembly Programmer's Manual
https://jira.riscv.org/browse/RVG-4
Creative Commons Attribution 4.0 International
1.44k stars 238 forks source link

manual does not mention unsigned load insn, l{b|h|w}u #94

Closed mwette closed 9 months ago

mwette commented 9 months ago

The manual lists signed loads, l{b|h|w|d} but not the unsigned variant, l{b|h|w}u. Suggest adding it.

cmuellner commented 9 months ago

Thanks for reporting. I've created a PR in #95.

mwette commented 9 months ago

Thank you.