Re: A86: a question


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

Re: A86: a question





>
>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