Prev: 41460 Up: Map Next: 41575
41564: Print Compressed String And A Newline
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