Stores a 8-bit value from register xs2 into memory. It computes an effective address by adding the zero-extended offset, to the base address in register xs1. It expands to `sb` `xs2, offset(xs1)`.
c.sb xs2, imm(xs1)
Type:
open c.sb in rvcodecjs