Re: A83: Protecting programs...


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

Re: A83: Protecting programs...




On 19-Jul-98, James Matthews wrote:

>> Well, what is it that you don't understand? Every variable is stored
>together
>> with its type, programs are type 5 or 6 but programs with type 6 don't
>show up
>> in the edit menu. So we find out where the chosen program has its symbol
>> stored, and change the type byte.

>How do you change the byte and store it?

>James.

ld    a,6
ld    (hl),a

Linus


References: