Capítulo 10
INSTRUCCIONES DE MANEJO DE BITS
- Introducción
- Instrucciones de prueba de bits
BIT b,r
BIT b,(HL)
BIT b,(IX+d)
BIT b,(IY+d)
- Instrucciones de activar bits
SET b,r
SET b,(HL)
SET b,(IX+d)
SET b,(IY+d)
- Instrucciones de borrar bits
RES b,r
RES b,(HL)
RES b,(IX+d)
RES b,(IY+d)
- Tablas de codificación
- Los «Flags»
- Ejemplos
- Ejercicios
- Soluciones a los ejercicios

«Capítulo 9|Índice|Capitulo 11»