BITLIB
======

Control de flags a nivel de bit

CONDICIONES
===========

BZERO flagno bitno -> se cumple si el bit 'bitno' del flag es cero

BNOTZERO flagno bitno -> se cumple si el bit 'bitno' del flag es cero

ACCIONES
========

BSET flagno bitno       -> pone a 1 el bit indicado
BCLEAR flagno bitno     -> pone a 0 el bit indicado
BNEG flagno bitno	-> pone el bit indicado al valor contrario al que tiene