Re: A86: Mem. Erase


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

Re: A86: Mem. Erase




ROM 1.3, do you know what call to use with that ROM?
    Pat
________________
   pat@jalyn.com
http://come.to/patj/
-----Original Message-----
From: ComAsYuAre@aol.com <ComAsYuAre@aol.com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Tuesday, August 11, 1998 3:48 PM
Subject: Re: A86: Mem. Erase


>
>
>In a message dated 8/11/98 14:26:57, pat@jalyn.com writes:
>
>>At 86 Central, it says that if you use this code (call $4078) it will lock
>>up your Alpha keys, but when I use it, it erases my mem.  Has anyone else
>>had this problem?  Also, I know that call $4109 is to erase your mem.
>>If both of those call do the same thing, what is the call to lock up your
>>Alpha keys?  Thanks.
>>
>>    Pat
>
>
>calling 4078 does put it in permanent alpha lock.  i use this in drugwars.
>just to confirm that it works on your calculator, write a program on the
calc
>with the syntax:
>
>:Asmprgm
>:CD7840
>:C9
>
>then execute it.  if it puts you in alpha-lock, everything works fine.
>otherwise, maybe you have a different rom version.  i know calling 4078
works
>on rom 1.2.
>what rom do you have?
>
>