Re: A86: Attributes of Progs
[Prev][Next][Index][Thread]
Re: A86: Attributes of Progs
> Is there a way to change the attributes of a program in an asm program?
Yes.
> Like making a program unlocked or locked?
For graphlink locking, change the type byte, the first byte in it's entry in
the VAT. For non-graphlink locking, add or remove a byte with value
$FF from a non-executed portion of a program (that's after all labels).
> Or changing the name or hiding it?
Change it's name in the entry on the VAT. Hiding it just involves
making the first letter of the name illegal.
> If any of you are familiar with Atrib 82 you'd know what I'm talling
> about. Anyway, if there is a way and anyone would like to take up the
> project I'd be happy. If someone would tell me how
> I'd be willing to take it up myself. Thanx.
Note: the VAT starts at the end of RAM page 7 and works backwards.