Function 02h Set Cursor Position - reposition the cursor to (X,Y) Time Reg Values entry AH 02h BH video page 00h graphics mode 03h modes 2 and 3 07h modes 0 and 1 DH row (Y=0-24) DL column (X=0-79 or 0-39) return none note 1) (0,0) is upper left corner of the screen Sample Code: \Asm\Lib\BIOS.INC -@BIOSVidCurPosSet MACRO column,row,page \Asm\Lib\BIOS.INC -@BIOSVidCls MACRO