8.5.2. Constants in Linker Command Files

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 internally by the assembler 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