Jump to main content
MPLAB XC-DSC Assembler, Linker and Utilities User's Guide
MPLAB XC-DSC Assembler, Linker and Utilities User's Guide
  1. Home
  2. 5 Assembler Directives
  3. 5.3 Directives that Initialize Constants
  4. 5.3.17 .string “str”
  • Notice to Development Tools Customers
  • 1 Preface
  • 2 Assembler Overview
  • 3 Assembler Command Line Options
  • 4 MPLAB® XC-DSC Assembly Language
  • 5 Assembler Directives
    • 5.1 Directives that Define Sections
    • 5.2 Directives that Fill Program Memory
    • 5.3 Directives that Initialize Constants
      • 5.3.1 .ascii “string1” | <##>1 [, ..., “stringn” | <##>n]
      • 5.3.2 .pascii “string1” | <##>1 [, ..., “stringn” | <##>n]
      • 5.3.3 .pascii “string1”
      • 5.3.4 .asciz “string1” | <##>1 [, ..., “stringn” | <##>n]
      • 5.3.5 .pasciz “string1” | <##>1 [, ..., “stringn” | <##>n]
      • 5.3.6 .pasciz “string2”
      • 5.3.7 .byte expr1[, ..., exprn]
      • 5.3.8 .pbyte expr1[, ..., exprn]
      • 5.3.9 .double value1[, ..., valuen]
      • 5.3.10 .fixed value1[, ..., valuen]
      • 5.3.11 .float value1[, ..., valuen]
      • 5.3.12 .single value1[, ..., valuen]
      • 5.3.13 .hword expr1[, ..., exprn]
      • 5.3.14 .int expr1[, ..., exprn]
      • 5.3.15 .long expr1[, ..., exprn]
      • 5.3.16 .short expr1[, ..., exprn]
      • 5.3.17 .string “str”
      • 5.3.18 .pstring “str”
      • 5.3.19 .pstring “string2”
      • 5.3.20 .word expr1[, ..., exprn]
      • 5.3.21 .pword expr1[, ..., exprn]
    • 5.4 Directives that Declare Symbols
    • 5.5 Directives that Define Symbols
    • 5.6 Directives that Modify Section Alignment
    • 5.7 Directives that Format the Output Listing
    • 5.8 Directives that Control Conditional Assembly
    • 5.9 Directives for Substitution/Expansion
    • 5.10 Miscellaneous Directives
    • 5.11 Directives for Debug Information
  • 6 Assembler Listing File
  • 7 Assembler Errors/Warnings/Messages
  • 8 Linker Overview
  • 9 Linker Command Line Options
  • 10 Linker Scripts
  • 11 Linker Processing
  • 12 Linker Examples
  • 13 Linker Map File
  • 14 Linker Errors/Warnings
  • 15 MPLAB® XC-DSC Object Archiver/Librarian
  • 16 Other Utilities
  • 17 Document Revision History
  • 18 GNU Free Documentation License
  • The Microchip Website
  • Product Change Notification Service
  • Customer Support
  • Product Identification System
  • Microchip Devices Code Protection Feature
  • Legal Notice
  • Trademarks
  • Quality Management System
  • Worldwide Sales and Service

5.3.17 .string “str”

Same as 5.3.4 .asciz “string1” | <##>1 [, ..., “stringn” | <##>n].

The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.

Microchip Facebook
Microchip LinkedIn
Microchip Twitter
Microchip YouTube
Microchip Instagram
Microchip Weibo
Microchip Blog
Contact |
Legal |
Privacy Policy |
Cookies |
Careers

Stay on the leading edge with our blog

MicroSolutions

© Copyright 1998-2022 Microchip Technology Inc. All rights reserved.