from .insn_rv32i_s_type import *
"""
SB instruction
class InsnSb(InsnRV32ISType):
def __init__(self, params):
super().__init__(params, 0b000, 1)