Re: A86: unlock
[Prev][Next][Index][Thread]
Re: A86: unlock
Keith wrote:
> could you send me the source for that? im working on a small program
> using the ?key progams and i would like to be able to uninstall it.
> i also have a few questions
>
> what if another program uses the same key program as the one i write,
> will it over write it?
I don't know. If you can't, then use rst 10h and call _delvar before you create
the new one. rst 10h (_FINDSYM) sets the carry flag if the program doesn't exist.
>
>
> also how do i clear the _cmdShadow
call _clrdrw(sp?)... I think
> and set the cursor in the upper left
> of the screen
call _homeup
> and display the key pressed be for exit when i exit my
> program?
put the key press into h, xor a, put 0 into l and call $4a33
>
>
> any help is appreciated
>
> Keith Batten
>
> > Trey Jazz wrote:
> >
> > heres a short program that unlocks your calc and deletes
> > (youknowwhat)KEY from the calc
> >
> > Name: unlock.86p
> > unlock.86p Type: 86P File
> > (application/x-unknown-content-type-86P_auto_file)
> > Encoding: base64
Follow-Ups:
References: