![]()  | 
Routines | 
| Prev: 41575 | Up: Map | Next: 41600 | 
| PrintStringAndNewline | 41589 | CALL PrintString | Call PrintString. | |
| 41592 | PUSH AF | Stash the character to print on the stack. | ||
| 
 
Force a newline to be "printed".
 
 | 
||||
| 41593 | LD A,13 | Load a "newline" character into A (13). | ||
| 41595 | CALL PrintCharacter | Call PrintCharacter. | ||
| 41598 | POP AF | Restore the character to print from the stack. | ||
| 41599 | RET | Return. | ||
| 
 
View the equivalent code in; 
 
 | 
||||
| Prev: 41575 | Up: Map | Next: 41600 |