Stores a 16-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 `sh` `xs2, offset(xs1)`.
c.sh xs2, imm(xs1)
Type:
open c.sh in rvcodecjs