Bypass navigation menu
RGB Classic Games
Keeping the classics alive
Currently hosting 566 great games!
Return to Chapter 3

MoveTo

Function number: 08

Updates the current X, Y position by replacing the previous X, Y values.

Register entry values

AX = EE08
SI = New X position
DI = New Y position

Register exit values

None

Example

MOV     AX,0EE08H       ;Move to function
MOV SI,0 ;X position
MOV DI,0 ;Y position
INT 10H ;Call GRAFIX

Comments

None