c.lbu

Loads a 8-bit value from memory into register xd. It computes an effective address by adding the zero-extended offset, to the base address in register xs1. It expands to `lbu` `xd, offset(xs1)`.

Synopsis

c.lbu xd, imm(xs1)

Encoding

Type:

01245679101500xdimmimmxs1100000

RISC-V Instruction Encoder/Decoder

open c.lbu in rvcodecjs

Availability