> Branch and jump commands "C" instructions is not valid offset ! > c.beqz c.bnez > c.j c.jal > The absolute address is used, not relative. > > Commands c.lw and c.sw - used only format > c.lw rd, rs, offset > > can do [ c.lw rd, (offset)rs ] ? _Originally posted by @Xiamatsu in [#125](https://github.com/mortbopet/Ripes/issues/125#issuecomment-2989850858)_