Re: A86: a question
[Prev][Next][Index][Thread]
Re: A86: a question
Please ignore this. After reading all the other replies I realized this
is VERY wrong and the I was REALLY late at answering it.
Matt
>
>
>>
>>What I want to do is use _vputs like this:
>>ld hl,string
>>call _vputs
>>
>>string:
>> .db "the first string"
>>string2:
>> .db "the second string"
>>
>>Can I make it where after _vputs is called, it points to string2?
>>Thanks,
>
>
>Try this it might work
>
> ld hl,stringblock
> call _vputs
> call _newline
> add hl,1
> call _vputs
> call _newline
> add hl,1
>
>stringblock:
> .db "blahblahblahblah",0
> .db "yakyakyakyakyak",0
>
>etc....
>
>That might work.
>
>Matt
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com