Personally, I don't like header files for mcs51 derivatives that do not make use of the compiler.h macros. Using compiler.h makes the header files usable with almost any compiler. SDCC should try to lock in any users.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
And should it also be:
__sbit __at(0xHH) XX
?
Updated script and a result.
Personally, I don't like header files for mcs51 derivatives that do not make use of the compiler.h macros. Using compiler.h makes the header files usable with almost any compiler. SDCC should try to lock in any users.