Prev: 47060 Up: Map Next: 47084
47071: Set attribute and location and print double-height character in E
Used by the routines at 46946 and 46968.
Input
A Attribute for character to print
E Character to print
IX Points to memory location holding attribute file address at which to print character
47071 LD (34269),A Set text printing attribute to value in A
47074 LD L,(IX+0) Load attribute file address to print character to into HL...
47077 LD H,(IX+1) ...
47080 CALL 47682 Print double-height text character in E
47083 RET Return
Prev: 47060 Up: Map Next: 47084