|
Section 10: Programming with ALPHA Strings153
|
|
|
1.
|
Key in the ALPHA string as a line in the program.
|
|
|
2.
|
Recall the result to be labeled into the display with
ARCL . ARCL adds
to whatever is already in the ALPHA register.
|
|
|
3.
|
Then use
AVIEW in the program to place contents of the
ALPHA register into the display.
|
|
|
Note: Care must be used in labeling data in programs because
information requiring more space than is available in the display will be
scrolled off the display to the left.
|
|
Example: The following is a modification of CLOG (from above) that
labels the output from the program. Begin by clearing CLOG from program
memory and create a new version of the program.
|
|
|