Question: INT 10h AH =02 - set cursor position. input: DH = row. DL = column. BH= page number (0..7) 3) Run the code. This code

 INT 10h AH =02 - set cursor position. input: DH =

INT 10h AH =02 - set cursor position. input: DH = row. DL = column. BH= page number (0..7) 3) Run the code. This code to set the cursor position to row =15=0FH and column =25=19H org 100h mov ah,02 ; set cursor option mov bh,00 :page 0 mov dl,25; column position mov dh,15; row position int 10h;invoke interrupt mov ah,0 int 16h ret 4) Write a program that sets the cursor position to row =12 and column =39

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!