SPRU513Z August 2001 – October 2023 SM320F28335-EP
You can specify constants with either of two syntax schemes: the scheme used for specifying decimal, octal, or hexadecimal constants (but not binary constants) used in the assembler (see Section 4.7) or the scheme used for integer constants in C syntax.
Examples:
Format | Decimal | Octal | Hexadecimal |
---|---|---|---|
Assembler format | 32 | 40q | 020h |
C format | 32 | 040 | 0x20 |