Numeric constants can be used in source statements. If there is no postfix, the assembler assumes the number is decimal.
number |
can be one of the following:
Lowercase equivalences are allowed: |
bin_num |
is a binary number consisting of the digits ' Examples:
|
dec_num |
is a decimal number consisting of the digits ' Examples:
|
oct_num |
is an octal number consisting of the digits ' Examples:
|
hex_num |
is a hexadecimal number consisting of ' Examples:
|