Re: A86: Prompts again...


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

Re: A86: Prompts again...





On Sun, 5 Jul 1998 22:00:32 EDT Walasavage@aol.com writes:
>
>The loading of a string to _ioprompt worked, but it only shows 2 bytes 
>of the
>string... is something more needed?

shouldn't be.  it sounds like maybe you're only copying a word, try:
	ld hl,the_string
	ld de,_ioprompt
	ld bc,length_of_string		;include the 0
	ldir

-josh

>										Stephen

>Walasavage
>

_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]


References: