Text Mode Cursor: Difference between revisions

m
added description for function parameters
[unchecked revision][unchecked revision]
m (added description for function parameters)
Line 28:
}
</source>
KeepNote that the 2 parameters 'row' & 'col' passed to the function above start from zero, not from 1. And keep in mind that in/out to [[VGA Hardware]] is a slow operation. So using the hardware registers to remember of the current character location (row, col) is bad practice -- and updating position after each displayed character is poor practice (updating it only when a line/string is complete is wiser and hiding it until a user prompt is required is wisest)
 
==See Also==
25

edits