Ttelmah
Joined: 11 Mar 2010 Posts: 19496
|
|
Posted: Sun May 27, 2012 1:01 am |
|
|
Because it is program memory, not RAM.
Remember in the PIC, two completely different memory spaces. The ram can be read with normal I/O operations, but the ROM has to be read using different instructions, and different addresses. So there is an address '0', in the ROM, and another address '0' in the RAM.
Best Wishes |
|