SW500010 Microchip Technology, SW500010 Datasheet - Page 189

HI-TECH C PRO FOR PIC10/12/16

SW500010

Manufacturer Part Number
SW500010
Description
HI-TECH C PRO FOR PIC10/12/16
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC10/12/16r
Datasheets

Specifications of SW500010

Supported Families
PIC10, PIC12, PIC16
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC10/12/16
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC10, PIC12, PIC14, PIC16, PIC16E
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
019P
778-1006
778-1006
Linker and Utilities
For example:
will store hex code 00001h to address EFFEh.
will store 5 codes, beginning with value 0000 at address 1000h. Subsequent codes will appear at
address intervals of +10h and the code value will change in increments of +2h.
5.15.1.16 -SIZE
Using the -SIZE option will report the number of bytes of data within the resultant hex image to
standard output. The size will also be recorded in the log file if one has been requested.
5.15.1.17 -STRING
The -STRING option will embed an ASCII string at a fixed address. The usage of this option is:
where:
For example:
will store the ASCII data for the string, My favourite string (including null terminator) at
address 1000h.
will store the same string with every byte in the string being trailed with the hex code 34h.
Another example:
Another example:
Interval is optional and specifies the address shift per repetition of this code.
Repetitions is optional and specifies the number of times to repeat this code.
-SERIAL=000001@EFFE
-SERIAL=0000+2@1000+10r5
-STRING@Address[tCode]=”Text”
Address is the location to store this string.
Code is optional and allows a byte sequence to trail each byte in the string. This can allow the
bytes of the string to be encoded within an instruction.
Text is the string to convert to ASCII and embed.
-STRING@1000="My favourite string"
-STRING@1000t34="My favourite string"
Hexmate
189

Related parts for SW500010