EasyManuals Logo
Home>Texas Instruments>Calculator>TI-89

Texas Instruments TI-89 Software Guide

Texas Instruments TI-89
334 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #190 background imageLoading...
Page #190 background image
178
Section 3: Assembler
TI
-
89 / TI
-
92 Plus Sierra C Assembler Reference Manual
Not for Distribution
Beta Version February 2, 2001
.echo — Echo Message
Syntax
.echo {
text
|
expression
[.
format
] } . . .
Description
text
Specifies an ASCII string. Whitespace characters are permitted,
but curly braces ( { } ) are not.
expression
Specifies an absolute expression that cannot contain any forward,
external, or undefined references. The expression must be
enclosed in curly braces ( { } );
format
Specifies the format for printing the preceding expression. The
legal format characters, which correspond to those of the ANSI
standard C library function
printf
, are shown below; the default
is
d
.
d
Signed decimal
u
Unsigned decimal
o
Octal
x
Hexadecimal (lower case)
X
Hexadecimal (upper case)
The
.echo
directive causes the specified message to be written to the standard
output stream,
stdout
. The end of the message is marked by the newline
character; therefore, no comment field is permitted with this directive. This
directive can be used for both informational and diagnostic purposes.
Example
.echo The end of the data section is {data_end}.x
The symbol data_end is a user-defined label, which has been defined prior to the
directive in this example. If the value of the label is 0x42f8, then this directive
produces the following message:
The end of the data section is 42f8

Table of Contents

Other manuals for Texas Instruments TI-89

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-89 and is the answer not in the manual?

Texas Instruments TI-89 Specifications

General IconGeneral
Display size (HxV)100 x 160 mm
Memory type639K FLASH ROM, 188K bytes RAM
Compatible operating systemsOperating System 2.09
Battery typeAAA

Related product manuals