Writes a piece of text to the first line of the screen
Namespace: KernelAssembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- aText
- Type: System String
The text to write. First dword should be the length of the string. (Inserted by compiler for string literals)
- aColour
- Type: System UInt32
The foreground/background (DOS) colour to write in - 0xXY where X is background colour and Y is foreground colour.
See Also