0

I want to protect my hex code to just run one electronic circuit. So I want protect my hexadecimal code against copying. How can I do this ?

Birgül
  • 1
  • 2

1 Answers1

0

If you want your code to run just once, you should destroy your own code when it ran one circuit.

WHEN finished
  copy ptr loc_memory_start, 0000 
  ;comment: fill in zeros at the start of program.
END
Frank Jelstrup
  • 301
  • 2
  • 10