to make a long story short, I want to fill a 57377 byte array with the equivalent of continous 7F's in hex. Right now I have to have a seperate hex file filled with 7F's that I have to read in each time I run the program. I don't want to have to open this external each time to read it in the array. Do you know any way I can either attach the file to the program, or somehow setup a routine to fill the array with 7F's without calling an external file?
Thanks,
Brian
Thanks,
Brian