Prev: AD0D Up: Map Next: AD1F
AD1A: Prints a string taking ptr from the stack.
Input
Stack Holds ptr to string.
Output
Print_StrFromStack AD1A POP HL Take return address off from stack, this points to text directly after prevous function.
AD1B CALL Print_String
AD1E JP (HL)
Prev: AD0D Up: Map Next: AD1F