| Some Techniques For Defending Your BASIC Program | Programming/BASIC
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.
list,defend
How do I disable the Run/Stop key?, How do I disable SAVE function? |
| |
Copyright © Plus/4 World Team, 2001-2024. Support Plus/4 World on Patreon |