Hello, I am working on a project using the 8051. I am almost on my completion of the project. But my code size has cross the 64k limit. I have heard that by using paging technique it is possible to access more than 64K code. But i have no idea how to implement paging in 8051.Can any one help me for the same. Thanks in anticipation. Viral.
Surprisingly, using Generic pointers can use less code than memory-specific pointers! This is because Generic pointers are handled by library calls, but memory-specific pointers use inline code.