Skip to content
Sasha Crofter edited this page Jun 5, 2012 · 2 revisions

sv.init (videoRAMPointer, fontRAMPointer)

Maps the screen's font to fontRAMPointer and the screen's video ram to videoRAMPointer in that order.

sv.write (inputPointer, outputPointer)

Writes ASCII to the screen using special characters to act as directives. (This does not perform preprocessing such as translating normal ASCII into those special characters.) Special characters are as follows. returns the location of the null following the written text

Color 0x01

Substitutes the first nine bits of every word following this with the first nine bits of this word.

Clone this wiki locally