Tivariablename

Sets the variable name for the current calculator program.

Syntax

/* The following would create a group file
containing two programs, PRGMA and PRGMB. */

.page 1
.tivariablename "PRGMA"

    .org $9D93
    ret

.page 2
.tivariablename "PRGMB"

    .org $9D93
    ret

/* Naturally, you need to be using a TI program
output writing plugin for this to work. */

Allowed inputs

Uses

See Also

Unless otherwise stated, the content of this page is licensed under GNU Free Documentation License.