Prev: 32302 Up: Map Next: 32311
32307: Print positioned string at HL
String data format is Y,X,c,c,c...
Used by the routine at print_string_at_caller.
Input
HL Address of string
print_string_yxt_at_hl 32307 LD C,(HL) HL points to ypos,xpos. Put those in BC, incrementing HL
32308 INC HL
32309 LD B,(HL)
32310 INC HL Drop into print_string_at_hl
Prev: 32302 Up: Map Next: 32311