How does one get hl to point to a string variable so as to be able to use the variable in calls like _strcopy etc? I tried something like: ld hl,stringvar1 rst 20h rst 10h call _ex_ahl_bde call _load_ram_ahl jp _puts;just to display the string to make sure everything's working properly