q example to show a single digit displaying a


Q. Example to show a single digit ?

Displaying a single digit (0 to 9)

Presume that a value 5 is stored in BL register then to output BL as ASCII value add character ‘0' to it

ADD BL, ‘0'

MOV AH, 02H

MOV DL, BL

INT 21H

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: q example to show a single digit displaying a
Reference No:- TGS0327951

Expected delivery within 24 Hours