Re: A86: How would you do this?


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

Re: A86: How would you do this?




Christopher Kalos wrote:
> 
> There is a menu lock program for Usgard (TI-85).  It locks out the link and mem menus, and needs a password to re-enable these.
> A keyhold system can be employed.  just look at SafeHold.
> The main problem, however, is that programs can still be executed if you know their names.


check to see if there is a program running at _asm_exec_ram and if there
is then crash out of it with the off routine (call $0C29)


References: