![]()  | 
Routines | 
| Prev: 9E19 | Up: Map | Next: 9E2F | 
| 
 
Used by the routines at PrintCompressedString, PrintCompressedStringAndNewline, PrintString, PrintStringAndNewline, Handler_RoomExits, A42F, Print_UserInputToScreen and Print_Scoring.
 
 | 
||||
| PrintCharacter | 9E26 | PUSH AF | Stash the character to print on the stack. | |
| 9E27 | LD A,$FF | Write FF to *SCR_CT. | ||
| 9E29 | LD ($5C8C),A | |||
| 9E2C | POP AF | Restore the character to print from the stack. | ||
| 9E2D | RST $10 | Print to the screen using PRINT_A_1. | ||
| 9E2E | RET | Return. | ||
| 
 
View the equivalent code in;  
  | 
||||
| Prev: 9E19 | Up: Map | Next: 9E2F |