hi,
I write 51 assemble to achieve my work, but my code exceed 64K, so I need to use 4 banks, I use Keilc A51 to assemble my code. I have read some examples written by C, so I use the same config in the KeilC to debug my code, but in link process, never success, report "address overlap". I have created two assemble files, and not define any address in the files use "ORG" or others. Above all, I need to konw whether KeilC support assemble with 4 banks, how to achieve that, and if have an example, much better. Thanks.