Prev: BAA4 Up: Map Next: BABA
BAB1: Print String And A Newline
PrintStringAndNewline BAB1 CALL PrintString Call PrintString.
Force a newline to be "printed".
BAB4 LD A,$0D Load a "newline" character into A (0D).
BAB6 CALL PrintCharacter Call PrintCharacter.
BAB9 RET Return.
View the equivalent code in Warlord.
Prev: BAA4 Up: Map Next: BABA