|  | Routines | 
| Prev: 47198 | Up: Map | Next: 47241 | 
| 
Used by the routine at 34438.
 | ||||
| 47213 | LD B,15 | Set string length to 15 | ||
| 47215 | LD A,68 | Set attribute to green INK, black PAPER, BRIGHT | ||
| 47217 | LD IX,47198 | Point IX at "HOME SWEET HOME" text | ||
| 47221 | LD HL,22792 | Point HL at attribute file address at which to print text | ||
| 
This entry point is used by the routines at 47140 and 47185.
 | ||||
| 47224 | LD (34269),A | Store attribute at 34269 | ||
| 47227 | PUSH BC | Store BC (B=remaining length of text) | ||
| 47228 | LD E,(IX+0) | Load character of text to print into E | ||
| 47231 | CALL 47682 | Print double-height text character in E | ||
| 47234 | INC IX | Advance IX to next text character to print | ||
| 47236 | INC HL | Advance HL to next attribute file address at which to print | ||
| 47237 | POP BC | Restore BC (B = remaining length of text) | ||
| 47238 | DJNZ 47227 | Decrease remaining length of text by one and repeat loop for next character | ||
| 47240 | RET | Return | ||
| Prev: 47198 | Up: Map | Next: 47241 |