Re: A86: entry location
[Prev][Next][Index][Thread]
Re: A86: entry location
Maybe it stores the last entry after the prog exits...
--- ComAsYuAre@aol.com wrote:
>
> this is a very short program which is supposed to
> clear all entries:
>
> xor a
> ld (_numlastentries),a ;still one entry
> ld (_currlastentry),a ;doesn't do anything
> ld hl,$ce2c
> ld (_LASTENTRYPTR),hl ;doesn't do anything
> ld hl,$0000
> ld (_LASTENTRYSTK),hl ;doesn't do anything
> ret
>
> the very last entry (the program) is still there.
> any ideas why?
>
>
>
> In a message dated 5/15/99 18:31:30 Eastern Daylight
> Time, rabidcow@juno.com
> writes:
>
> > might these be related?:
> > _LASTENTRYPTR equ 0CE2Ah
> > _LASTENTRYSTK equ 0CE2Ch
> > _numlastentries equ 0CEACh
> > _currlastentry equ 0CEADh
> >
> >
>
>
_____________________________________________________________
Do You Yahoo!?
Free instant messaging and more at http://messenger.yahoo.com
Follow-Ups: