FreeBasic Bare Bones: Difference between revisions

m
no edit summary
[unchecked revision][unchecked revision]
m (Reverted edits by Nathan (Talk); changed back to last version by Combuster)
mNo edit summary
Line 98:
</source>
 
To conclude, this function prints a string (a converted Byte Ptr string). It creates a pointer that is aimed at the [[Text UI|video card]] (it occupies among others a range starting from addresaddress B8000 hex), and we pick a location in there. Next we take a character from the string, check if its 0, and if it isntisn't, copy it to the video card and go to the next character. Due to the way the video card works, we add a color (15) as well.
 
== Tuning FreeBasic for OS Development ==
Anonymous user