Prev: 40473 Up: Map Next: 40495
40486: Print Character
PrintCharacter 40486 PUSH AF Stash the character to print on the stack.
40487 LD A,255 Write 255 to *SCR_CT.
40489 LD (23692),A
40492 POP AF Restore the character to print from the stack.
40493 RST 16 Print to the screen using PRINT_A_1.
40494 RET Return.
View the equivalent code in;
Prev: 40473 Up: Map Next: 40495