|  | Routines | 
| Prev: 47092 | Up: Map | Next: 47110 | 
| 
Used by the routine at 46902.
 | ||||
| 47096 | LD B,248 | Load B with attribute mask (FLASH, BRIGHT and all PAPER bits set, all INK bits reset) | ||
| 
This entry point is used by the routine at 47092.
 | ||||
| 47098 | INC HL | Advance HL pointer to next byte in text data | ||
| 47099 | LD A,(23695) | Load A with attribute stored at 23695 | ||
| 47102 | AND B | Apply mask to reset all INK bits | ||
| 47103 | OR (HL) | Set INK bits as defined in next text data byte | ||
| 
This entry point is used by the routine at 47084.
 | ||||
| 47104 | LD (23695),A | Store attribute at 23695 | ||
| 47107 | JP 46924 | Jump back to start of text printing loop to process next data byte | ||
| Prev: 47092 | Up: Map | Next: 47110 |