Datasheet
98 PSoC Designer IDE Guide, Document # 001-42655 Rev *B
Assembler
5.5 Assembler Directives
The PSoC Designer Assembler allows the assembler directives listed in Table 5-4. See the PSoC
Designer Assembly Language User Guide for descriptions and sample listings of supported assem-
bler directives.
Table 5-4. Assembler Directives
Symbol Assembler Directive
AREA Area
ASCIZ NULL Terminated ASCII String
BLK RAM Byte Block
BLKW RAM Word Block
DB Define Byte
DS Define ASCII String
DSU Define UNICODE String
DW Define Word
DWL Define Word with Little Endian Ordering
ELSE Alternative Result of IF…ELSE…ENDIF
ENDIF End of IF…ELSE…ENDIF
EQU Equate Label to Valuable Value
EXPORT Export
IF Conditional Assembly
INCLUDE Include Source File
.LITERAL,
.ENDLITERAL
Prevent Code Compression of Data
MACRO/ENDM Macro Definition Start/End
ORG Area Origin
.SECTION,
.ENDSECTION
Section for Dead-Code Elimination
Suspend - OR F,0
Resume - ADD SP,0
Suspend and Resume Code Compressor