version 2009-07-29

MUL8L : MULtiply 8 lower bits

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.

See also MUL8H and MULI.