
bdata U8 General_flags;

sbit check_menu=General_flags^0;
sbit sound_alarm=General_flags^1;
sbit sound_alarm_ack=General_flags^2;
sbit al_ack=General_flags^3;
sbit UpdateDisplaywithError=General_flags^4;

