Prev: 37461 Up: Map Next: 37631
37604: Print String
REGde REGhl
Memory location of string X/Y position on screen
Print_String 37604 PUSH DE
37605 PUSH HL
37606 LD A,L
37607 CALL Screen_Calc
37610 POP DE
37611 LD E,D
37612 LD D,0
37614 ADD HL,DE
37615 POP DE
Print_String_Loop 37616 LD A,(DE)
37617 AND A
37618 RET Z
37619 PUSH HL
37620 PUSH DE
37621 CALL 37434
37624 POP DE
37625 POP HL
37626 INC HL
37627 INC DE
37628 JP Print_String_Loop
Prev: 37461 Up: Map Next: 37631