Skip to content
SashaCrofter edited this page Jul 13, 2012 · 1 revision

sv.init (videoRAMPointer, fontRAMPointer)

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

sv.newWindow

Reserves screen space in the heap, maps the screen to it.

returns the first index in the new screen location

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