User Guide

Archive
Archive variables
Moves the specified variable from RAM to the user data archive
memory.
y L
5:Archive
Asm()
Asm(assemblyprgmname)
Executes an assembly language program.
y
N
Asm(
AsmComp()
AsmComp(prgmASM1, prgmASM2)
Compiles an assembly language program written in ASCII and stores the
hex version.
y
N
AsmComp(
Asm84CEPrgm
Asm84CEPrgm
Must be used as the first line of an assembly language program.
y N
Asm84CEPrgm
augment()
augment( matrixA ,matrixB )
Returns a matrix, which is matrixB appended to matrixA as new
columns.
y >
MATH
7:augment(
augment()
augment(listA,listB)
Returns a list, which is listB concatenated to the end of listA.
y 9
OPS
9:augment(
AUTO Answer
AUTO
Displays answers in a similar format as the input.
z
Answers:
AUTO
AxesOff
AxesOff
y
Commands and Functions Listing 21