UDATA_ACS - Begin an Object File Access Uninitialized Data Section
Syntax
[<label>] udata_acs [<RAM address>]
Description
For use when generating an object file. Declares the beginning of a section of access uninitialized data. If
<label>
is not specified, the section is named.udata_acs
. The starting address is initialized to the specified address or will be assigned at link time if no address is specified. This directive is used to declare variables that are allocated in access RAM of PIC18CXXX devices. No code can be generated in this segment. Theres
directive should be used to reserve space for data.
For more information, refer to Relocatable Objects.
Example
udata_acs
Var1 res 1
Double res 2
See Also
Microchip Technology Inc. Microchip's Web Site Voice: (480) 792-7200 Fax: (480) 899-9210 Microchip's E-mail Address |