On Thu, 04 Oct 2001 Trevor Warren wrote :
> the code so that if ny1 ever needs to make direct
> access to their ROM then they won't hav to mess around
> fd = open("/dev/mem",O_RDONLY);
> fd1 = open("/home/zenith/programmin/msg.txt",
> O_RDWR|O_APPEND|O_CREAT);
> lseek(fd,0xfcdcd,0);
> read(fd,c,14);
> write(fd1,c,14);
>
> close (fd);
> close (fd1);
> return 0;
While on that note, how do I find out the start and end addresses for my ROM?
Regards,
Nikhil.