DT - Define Table

MPASM Assembler

DT - Define Table

Syntax

[<label>] dt <expr> [, <expr>, ..., <expr>]

Description

Generates a series of RETLW instructions, one instruction for each <expr>. Each <expr> must be an 8-bit value. Each character in a string is stored in its own RETLW instruction.

Example

dt "A Message", 0

dt FirstValue, SecondValue, EndOfValues

See Also

DATA DB DE DW


Microchip Technology Inc.
Microchip's Web Site
Voice: (480) 792-7200
Fax: (480) 899-9210
Microchip's E-mail Address
PreviousNext