![]()  | 
Routines | 
| Prev: 41460 | Up: Map | Next: 41575 | 
| 
 
Used by the routines at LoadTape, PrintObjects, Handler_RoomExits, 42031, Handler_UserInput, Parser_ValidateItem, Response_YoureNotCarryingAnything, MovePlayer, 43543, Handler_PickUpItem, Handler_DropItem, 43965, Parser_ValidateNoDirectObject, Parser_ValidateDirectObject, Parser_ValidateInputTokens, Parser_ValidateTwoDirectObjects, Parser_ValidateAnyDirectObject, 44284, Print_Scoring, GameOver, 44588 and 44638.
 
Shortcut print routine which prints a newline after it's done.
 
 | 
||||
| PrintCompressedStringAndNewline | 41564 | PUSH AF | Stash the character to print on the stack. | |
| 41565 | CALL PrintCompressedString | Call PrintCompressedString. | ||
| 
 
Force a newline to be "printed".
 
 | 
||||
| 41568 | LD A,13 | Load a "newline" character into A (13). | ||
| 41570 | CALL PrintCharacter | Call PrintCharacter. | ||
| 41573 | POP AF | Restore the character to print from the stack. | ||
| 41574 | RET | Return. | ||
| 
 
View the equivalent code in; 
 
 | 
||||
| Prev: 41460 | Up: Map | Next: 41575 |