Home | History | Annotate | Download | only in bios

Lines Matching refs:digit

9144   and  bl, #0x0f ;; bl has low digit
9145 shr al, #4 ;; al has high digit
9147 mul al, bh ;; multiply high digit by 10 (result in AX)
9148 add al, bl ;; then add low digit