A86: lots of text?
[Prev][Next][Index][Thread]
A86: lots of text?
i want to make a screen where there is a bunch of text on
it. I plan to use _vputs so i have smaller text, but is there any way that
i don't have to keep calling and adding a string name ie.
Ideal situation
...code...
call _vputs
string:
db.
"this should not be that hard to do but i can't do it!"
okay so what i would want to do is sence this string is longer
that how many i can display is there a way to loop the text?