;============================================================== ; Write text to name table ;============================================================== ; 1. Set VRAM write address to tilemap index 0 ; by outputting $4000 ORed with $3800+0 ld a,$00 out ($bf),a ld a,$38|$40 out ($bf),a