A86: Re: help with program


[Prev][Next][Index][Thread]

A86: Re: help with program




You need to load hl into (_penCol), not (_penCol) into hl.  Hope this helps.
--------------
Jbrett
tbarwick@esn.net
http://ww2.esn.net/~tbarwick
I just added a TI-86 page, Check it out!!!
-----Original Message-----
From: BrncAvFan2@aol.com <BrncAvFan2@aol.com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Tuesday, September 01, 1998 6:48 PM
Subject: A86: help with program


>
>Before I ask this question, I would like to thank all of you who have
helped
>me in the past.  Why doesn't this work:
>
> ld hl,input_text_1
> push hl
> ld hl,$1000
> call disp_string
>
>disp_string:
> ld hl,(_penCol)
> pop hl
> call _vputs
> ret
>
>THANX
>Dan
>