The following fragment computes 8-bit signed multiplication (48 × 4) : mov al, 48 mov bl, ... Both instructions affect the Carry and Overflow flag.
確定! 回上一頁