Prev: 676F Up: Map Next: 67B6
67A9: Print Score
Used by the routines at PrintHeader, 7200 and 79B2.
PrintScore 67A9 LD DE,$4000 Set the screen buffer address to 4000.
67AC LD HL,$6514 Point HL to Messaging_Score.
67AF LD BC,$0607 Set the string length to 06 characters and the attribute byte to WHITE.
67B2 CALL Configurable_PrintString Call Configurable_PrintString.
67B5 RET Return.
Prev: 676F Up: Map Next: 67B6