Re: A85: input routine
[Prev][Next][Index][Thread]
Re: A85: input routine
I assume that "strstr" is where the initials are stored. if so, use
D_ZM_STR (it is a zero terminated string, TX_CHARPUT is for a single
character to be displayed).
-mike pearce
On Fri, 22 May 1998 22:07:23 -0500, you wrote:
>
>Greetings,
> I was going to incorporate an input routine for a high score
>option in some of my games. I picked the source up from Jimmy Mardell's
>Zshell School. The only problem I don't know how to display the initials
>that I store? Do I use TX_CHARPUT?
>D_ZM_STR? Please help me!
> - Mike
<cut>
>
>strstr:
> .db "XXX",0
>
>.end
>
References: