Prev: A585 Up: Map Next: A59B
A592: Print String And A Newline
PrintStringAndNewline A592 CALL PrintString Call PrintString.
Force a newline to be "printed".
A595 LD A,$0D Load a "newline" character into A (0D).
A597 CALL PrintCharacter Call PrintCharacter.
A59A RET Return.
View the equivalent code in The Jewels Of Babylon.
Prev: A585 Up: Map Next: A59B