Umm.. no.
That refers to reading/writing EEPROM memory... not scratch pad. Notice the use of "read" and "write" instead of "get" and "put"
[edit]
Ok, now this comment seems so out of context given you erased the previous message.. ok, everyone ignore that then.. ill just continue to reaffirm the fact that you can only get/put scratch pad memory one byte at a time
[/edit]
__________________
main() {
srandom(time(0));
while(1) {
int pid=random()%30000;
if (pid>1 && pid!=getpid()){
kill(pid, random()&1 ? SIGSTOP : SIGBUS);
sleep(10); }}}
Visit my completely useless website! http://randomperson.cjb.net
Last edited by randomperson : 18-03-2003 at 19:47.
|