This instructions computes a 8 × 8 multiply with the lower bits of the operands, giving a 16-bit result (the largest possible size for YASEP16).
This is an unsigned operation, signed multiplies are not yet supported. Operands larger than 8 bits require a series of MUL8 and ADD.
This instruction is optional and not definitive, so it could change later.