![]() |
Routines |
| DE | Display file address |
| HL | Message address |
| 45032 | EX DE,HL | |
| 45033 | PUSH HL | |
| 45034 | CALL 45682 | Prepare the message in the printer buffer (23296-23551) |
| 45037 | POP DE | |
| 45038 | LD HL,23296 | Transfer the message from the printer buffer to the screen |
| 45041 | LD C,32 | |
| 45043 | PUSH DE | |
| 45044 | LDIR | |
| 45046 | POP DE | |
| 45047 | INC D | |
| 45048 | BIT 1,H | |
| 45050 | JR NZ,45041 | |
| 45052 | RET |