To make tracking of the bit registers b0 to b7 and their container bits easier I renamed them to bits[0] to bits[7]. (Using bits.0, with a dot, was more difficult.) I had to modify the assembler in [r16844] for this as previously it only worked for EQU's.
* sdas/asxxsrc/asexpr.c (term),
When I introduced __banked and __nonbanked (for the mcs51) the idea was that you could selectively place functions in a switchable bank when not using model huge, or in the common area in spite of a selected huge memory model. Both define a calling convention and both select a default storage area. The warning exists just as long.
Variable qualifier bleeds into function return type
Fixed by applying [patches:#515] in [r16839].
possibly incorrect use of warning 361
Fixed by applying [patches:#515] in [r16839].
Fix warning 361 for absolute function pointers