I've added the preprocessor directives base_decimal
and base_hexadecimal
, that can be used to change how the assembler assembler numerical literals for which the base is not specified. The default is hexadecimal, which I don't like (but changing it would break almost all programs), so I added the preprocessor directive to make it possible to change that default.