Re: A86: WHAT TO DO AFTER INPUT


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

Re: A86: WHAT TO DO AFTER INPUT



HBeaver1@aol.com wrote:
> 
> >ok i got the input down:
> >
> >        ld a,0Dh>
> >        ld (_asap_ind),a
> >       call $5714
> 
> first of all, what is _asap_ind?  Second, I know the input string that is
> used is the last one used in a BASIC program, but is there a way to change it
> in asm?
> 
> ~Chris

_asap_ind                 equ         0D623h ;stolen from reduceZ

i have no idea what it is for, i think its some way to store the input
to a, but im probably wrong


References: