But if you don't want people dissassembling your code, you can throw data in between routines and it'll screw up the dissassembler :) > also its not a good idea to have > data such as the string in the middle of the code > when compiled it will turn up as opticodes and the calc will think they are > part of the program > just put all your data at the end of the program code