Entering Numeric Arguments
Some LINK386 options and module statements take numeric arguments. LINK386
uses C-language syntax allowing you to specify numbers in any of the following
forms:
- Any number not prefixed with 0 or 0x is a decimal
number. For example, 1234 is a decimal number.
- Any number prefixed with 0 (but not 0x) is an octal
number. For example, 01234 is an octal number.
- Any number prefixed with 0x is a hexadecimal number.
For example, 0x1234 is a hexadecimal number.
[Back: Recommendations]
[Next: Environment Variable]