Re: A86: asaps
[Prev][Next][Index][Thread]
Re: A86: asaps
The emulator seems to use _asapvar (it has DUMMY973 in it...). Does this mean i'm not
going to be able to use the emulator, or does it not make a difference?
Dux Gregis wrote:
> Stephen Hicks wrote:
>
> > not quite understanding this... (working on parameters right now...)
> >
> > do you mean put the program name into asapvar (ld (_asapvar),"asaptrig")?
> > then, in asaptrig, something like this:
>
> well, you'd want to do this: ld hl,asapname-1
> ld de,_asapvar
> call _mov10b
> asapname:
> .db $08,"asaptrig"
>
> > eosld:
> > .dw Code
> >
> > Code:
> > blah blah blah
> > ?
>
> I think so. I haven't tried it ;-)
>
> > Dux Gregis wrote:
> >
> > > You can store it at the end of your program. If you load the right name into
> > > _asapvar, the whole program will be loaded into _asm_exec_ram whenever an asap
> > > occurs.
> > >
> > > Stephen Hicks wrote:
> > >
> > > > This isn't quite in response to this thread but it pertains to it, so i'll
> > > > keep the name...
> > > >
> > > > Anyway, where is a good place to install assembly code for asaps?
> > > >
> > > > --
> > > > Stephen Hicks
> > > > mailto:shicks@mindspring.com
> > > > ICQ:5453914
> > > > IRC:Kupopo
> >
> > --
> > Stephen Hicks
> > mailto:shicks@mindspring.com
> > ICQ:5453914
> > IRC:Kupopo
--
Stephen Hicks
mailto:shicks@mindspring.com
ICQ:5453914
IRC:Kupopo
Follow-Ups:
References: