home *** CD-ROM | disk | FTP | other *** search
/ Commodore Disk User Volume 4 #3 / Commodore_Disk_User_Vol.4_3_1991_-.d64 / secure (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  577b  |  15 lines

  1. 5 ifa=0thena=1:load"secure.mc",8,1
  2. 10 poke53280,0:poke53281,0:poke53272,21
  3. 15 printchr$(147)tab(13)"[159][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164]"
  4. 20 printtab(13)"[154]  s e c u r e  "
  5. 25 printtab(13)"[163][163][163][163][163][163][163][163][163][163][163][163][163][163][163]"
  6. 30 print"[154] (c) 1989 by  sakib khokhar"
  7. 35 printtab(12)"-:instructions:-[152]"
  8. 40 print"    1) load program to be protected"
  9. 45 print"    2) type 'sys 49152'"
  10. 50 print"    3) save protected program in the           conventional way"
  11. 55 print" note: a protected program can be loaded       in the usual way."
  12. 60 print" warning: make sure the program to be             protected starts";
  13. 65 print" with the line          number zero.[152]"
  14. 70 new
  15.