![]() |
TIPower System Functions | ||||||||||||||||||||||
Argument Storage: ( void ) Calcs Supported: TI-83x, TI-86 Description: Clears the current buffer. TI-83x version automatically sends cleared screen to LCD.
Argument Storage: ( void ) Calcs Supported: TI-86 Description: Decreases the Contrast
Argument Storage: ( void ) Calcs Supported: TI-86 Description: Increases the Contrast
Argument Storage: ( void ) Calcs Supported: TI-83x Description: Copies current buffer to LCD.
Argument Storage: ( void ) Calcs Supported: TI-86 Description: Disables a user interrupt. This MUST be called if you use inrerrupts and are exiting back to the OS.
Argument Storage: ( syspointerarg0, sysbytearg0, sysbytearg1 ) Calcs Supported: TI-83x TI-86 Description: Draws Large Font (good for titles). At the specified row and column.
Argument Storage: ( sysqordarg0, sysbytearg0, sysbytearg1 ) Calcs Supported: TI-83x TI-86 Description: Draws small text font number on the screen at x,y.
Argument Storage: ( syspointerarg0, sysbytearg0, sysbytearg1 ) Calcs Supported: TI-83x TI-86 Description: Draws small text font string on the screen at x,y.
Argument Storage: ( syspointerarg0 ) Calcs Supported: TI-86 Description: Enables an interrupt defined with the InterruptRoutine command. See DisableInterrupt.
Argument Storage: ( void ) Calcs Supported: TI-86 Description: Loads the current contrast setting into the SUCCESS variable
Argument Storage: ( sysbytearg0 ) Calcs Supported: TI-86 TI-83x Description: Gets a random number between 1 and value and stores it in the SUCCESS byte.
Argument Storage: ( void ) Calcs Supported: TI-86 Description: Retrieves integer value of the 'x' real variable and assigns result to syswordarg0 (as a 16-bit integer) and to sysbytearg0 (as an 8-bit integer). If the value is too large, it is assigned 0. If the value is negative, then the absolute value is assigned. If the variables have not been initialized, an OS error occurs. Useful for interaction with TIBASIC.
Argument Storage: ( void ) Calcs Supported: TI-86 Description: Same as GetRealX except retrieves the Y value.
Argument Storage: ( sysbytearg0, sysbytearg1, sysbytearg2, syspointerarg0 ) Calcs Supported: TI-86 Description: Inputs a string (<256 characters) at the specified coordinates into the specified buffer, which should be created with the MemSpace command.
Argument Storage: ( syswordarg0, syspointerarg0 ) Calcs Supported: TI-83x TI-86 Description: Inverts (by bit, so this is really only useful for gfx or encryption) size bytes at location.
Argument Storage: ( syspointerarg0, [syswordarg0] ) Calcs Supported: TI-83x TI-86 Description: Loads the specified library and shows error message if library was not found. See examples in Lib folder for details. TI-86 version requires the library size (declared in library includes). This is agian automatically detected with TI-83x.
Argument Storage: ( syspointerarg0, syspointerarg1, syswordarg0 ) Calcs Supported: TI-86 Description: TI 83 version is below. varstring must be a VarString variable. Location is usually a memory space declared with MemSpace command. Size indicates how many bytes to load.
Argument Storage: ( syspointerarg0, syspointerarg1 ) Calcs Supported: TI-83x Description: TI 86 version is above. varstring must be a VarString variable. Location is usually a memory space declared with MemSpace command. Size is automatically detected. If you use TIPower to create your string file (which is technically a program, actually), you shouldn't run into any trouble.
Argument Storage: ( syspointerarg0, syspointerarg1, syswordarg0 ) Calcs Supported: TI-86 Description: Saves the string at location that is size bytes in size. Location is usually a MemSpace Variable. varstring must be declared with the VarString command.
Argument Storage: ( void ) Calcs Supported: TI-86 TI-83x Description: Scrambles up the random number used as a additive virtual string of random numbers by GetRandomNumber. Only necessary in games that use excessive random numbers, like RPG's, dodging games, or games that make random levels.
Argument Storage: ( sysbytearg0 ) Calcs Supported: TI-86 Description: Set the contrast to setting
Argument Storage: ( void ) Calcs Supported: TI-83x TI-86 Description: Waits for 2nd key to be pressed and released. |