mov ah,2 ; Set Cursor Position
mov bh,0 ; Display page
mov dh,<Zeile> ; Row (00h is top row)
mov dl,<Spalte> ; Column (00h is leftmost column)
int 10h
Sonst noch Wünsche?
Referenz der int10h Funktionen:
http://courses.ece.uiuc.edu/ece291/b...cs-int10h.html
lg.
helmix