public_equ
In this section:
Syntax
#pragma public_equ="symbol",value
Parameters
| The name of the assembler symbol to be defined (string). |
| The value of the defined assembler symbol (integer constant expression). |
Description
Use this pragma directive to define a public assembler label and give it a value.
Example
#pragma public_equ="MY_SYMBOL",0x123456