@ -56,7 +56,7 @@ class Instruction_XL_b(ValueCastable):
def __init_subclass__(cls, *, po, xo, lk):
cls.po = Const(po, unsigned( 6))
cls.xo = Const(xo, unsigned(9))
cls.xo = Const(xo, unsigned(10))
cls.lk = Const(1)
def __init__(self):