Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
If you want to read from the ROM then most of all your execution will be much more slower with respect to RAM or NVRAM read . But if you still want to read it from ROM then u can do it in two ways ,
1. you can copy the file from ROM to RAM using file pointer and read it from RAM copy , it will be simple file reading .
2. Else , use the file pointer to read from ROM but for that you have to give a good look to your kernel facilities and read enabled administrator priviledge is there or not .
For second question , the answer is yes , "go" statement is available there with label facility but it is very uncomfortable because you have to take a good care for the routine of program counter .
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.