Login
Plus/4 EncyclopediaFirstBackNextLast

Some Techniques For Defending Your BASIC Program
Category
Programming/Basic

Topic
There are some suggestions if you wanna protect your BASIC code from abuse.

Typing POKE 772,22 a ?SYNTAX ERROR message will be printed out when you enter a command.
Typing POKE 772,77 a ?OUT OF MEMORY ERROR message will be printed out when you enter a command.
Typing POKE 772,44 the computer stucks when you enter a command.

You can hide a BASIC code with POKE 774,255. Reveal it back with POKE 774,110.

Keywords
list,defend 

See Also
How do I disable the Run/Stop key?, How do I disable SAVE function? 



Copyright © Plus/4 World Team, 2001-2024