incb/decb are correct. The skip means it skips the next instruction on that condition, for example:

loop:
...
incb
jump to loop

Yeah, I tried implementing LB x literally, but it doesn't work. The most I got from it was setting BL only (so: m_bl=m_op&0xf, don't alter BM). Mickey&Donald is playable for a few seconds that way.