The Assembler supports four representations of integer constants:
Example: 5, 512, 1024
Example: $5, $200, $400
Example: @5, @1000, @2000
Example :
%101, %1000000000, %10000000000
The default base for integer constant is initially decimal, but it can be changed using the BASE - Set number base assembler directive. When the default base is not decimal, decimal values cannot be represented, because they do not have a prefix character.