目录
sbnz B
if B != 0 then skip end
如果比特B不为0则跳过下一条指令;
sbnz R, p
if R.p != 0 then skip end
如果寄存器R的第p位不为0则跳过下一条指令;