Printing To Screen: Difference between revisions

Jump to navigation Jump to search
m
Bot: Replace deprecated source tag with syntaxhighlight
[unchecked revision][unchecked revision]
(→‎Basics: Clarified expression)
m (Bot: Replace deprecated source tag with syntaxhighlight)
Line 118:
If you have a pointer to video memory and want to write a string, here is how you might do it;
 
<sourcesyntaxhighlight lang="c">
// note this example will always write to the top
// line of the screen
Line 130:
}
}
</syntaxhighlight>
</source>
 
This simply cycles through each character in the string, and copies it to the appropriate place in video memory.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu