![]() |
Routines |
Prev: 40473 | Up: Map | Next: 40495 |
Used by the routines at PrintCompressedString, PrintCompressedStringAndNewline, PrintString, PrintStringAndNewline, Handler_RoomExits, 42031, Print_UserInputToScreen and Print_Scoring.
|
||||
PrintCharacter | 40486 | PUSH AF | Stash the character to print on the stack. | |
40487 | LD A,255 | Write 255 to *SCR_CT. | ||
40489 | LD (23692),A | |||
40492 | POP AF | Restore the character to print from the stack. | ||
40493 | RST 16 | Print to the screen using PRINT_A_1. | ||
40494 | RET | Return. | ||
View the equivalent code in;
|
Prev: 40473 | Up: Map | Next: 40495 |