[pdk] Memory managment / reusability issue
On mcs51 that __bit can also be accessed like byte ? I mean for example clear all bit's in variable . I like to have fexibilty in accessing individual bit in variable as whole byte . Maybe something more like __sfr and __sbit but for variables Example: uint8_t Flags; __bit (Flags,0) fStart //decalre bit 0 in variable Flags as fStart fStart = 1; // Whould set Flags to 1 also Flags = 0; //Clear all bit's
[pdk] attribute for bit and word addressable variables
[pdk14/pdk13] Logic AND a SFR, Error: <a> machine specific addressing or addressing