Re: A86: Strings


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

Re: A86: Strings




I don't know exactly what you are going to do with these titles, but if
you display them with _vputs and _puts the data pointer is moved forward
automatically.  All you have to do is call _vputs or _puts again and the
next string will be displayed.

> >How would i get it to look like this?
> >
> >TI-86
> >asm
> >
> >String:
> > .db "Ti-86",0
> > .db "asm",0
> >
> >Thanx
> >


References: