Skip to content

Added the preprocessor directives for changing the default number base of literals

Latest
Compare
Choose a tag to compare
@FlatAssembler FlatAssembler released this 01 Feb 14:26
· 2 commits to master since this release

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.