Prev: AC52 Up: Map Next: ACB9
AC9D: Flash Current Total
FlashCurrentTotal AC9D LD HL,$ACF6 Copy 0003 bytes of data from *Current_Total to *Messaging_FlashCurrentTotal.
ACA0 LD DE,$ACB4
ACA3 LD BC,$0003
ACA6 LDIR
ACA8 CALL PrintString_Loop Call PrintString_Loop.
ACAB DEFB $16,$16,$03 PRINT AT: 16, 03.
ACAE DEFB $10,$06 INK: YELLOW.
ACB0 DEFB $12,$01 FLASH: ON.
ACB2 DEFB $11,$00 PAPER: BLACK.
Messaging_FlashCurrentTotal ACB4 DEFM " " "   ".
ACB7 DEFB $FF Terminator.
ACB8 RET Return.
Prev: AC52 Up: Map Next: ACB9