Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Added the preprocessor directives for changing the default number base of literals source code.tar.gz | 2025-02-01 | 1.5 MB | |
Added the preprocessor directives for changing the default number base of literals source code.zip | 2025-02-01 | 1.5 MB | |
README.md | 2025-02-01 | 368 Bytes | |
Totals: 3 Items | 2.9 MB | 0 |
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.