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