Difference between revisions of "Print OS"
From WikiPrizm
Jump to navigationJump to searchLine 3: | Line 3: | ||
| index = 0x01F9 | | index = 0x01F9 | ||
| signature = void Print_OS( unsigned char*msg, int invers, int zero2 ); | | signature = void Print_OS( unsigned char*msg, int invers, int zero2 ); | ||
+ | | synopsis = Dsiplay the given message at the cursor position defined by [[Locate_OS]]. | ||
| header = display_syscalls.h | | header = display_syscalls.h | ||
| parameters = '''msg''': string to be displayed. <br /> | | parameters = '''msg''': string to be displayed. <br /> | ||
'''invers''': whether to display inverted (1) or normal (0). <br /> | '''invers''': whether to display inverted (1) or normal (0). <br /> | ||
'''zero2''': must be zero for this function to work. | '''zero2''': must be zero for this function to work. | ||
− | |||
}} | }} |
Revision as of 23:26, 16 May 2012
Synopsis
Header: display_syscalls.h
Syscall index: 0x01F9
Function signature: void Print_OS( unsigned char*msg, int invers, int zero2 );
Dsiplay the given message at the cursor position defined by Locate_OS.
Parameters
msg: string to be displayed.
invers: whether to display inverted (1) or normal (0).
zero2: must be zero for this function to work.