• Dallas 390 contiguous mode problems
    Is anyone else out there having problems with Dallas 80c390 contiguous mode? We are using Keil c51 version 6.14 and the PK51 development system. (Lx51 linker, Ax51 assembler) I am a little bit confused...
  • Dallas DS5240 24bits Contiguous Mode
    I now use Keil C51 v6.11. I have written a program and compile in 16bits large mode. It works properly in the hardware. However, when I change it into 24bits Contiguous Mode (512K or 16MB), I find...
  • Dallas DS5240 24bits Contiguous Mode
    I now use Keil C51 v6.11. I have written a program and compile in 16bits large mode. It works properly in the hardware. However, when I change it into 24bits Contiguous Mode (512K or 16MB), I find...
  • Dallas 390 contiguous mode problems
    Is anyone else out there having problems with Dallas 80c390 contiguous mode? We are using Keil c51 version 6.14 and the PK51 development system. (Lx51 linker, Ax51 assembler) I am a little bit confused...
  • function pointers in Dallas 390 contiguous mode
    I was struggling with the function pointer in Dallas 390 contiguous mode. It seems that the linker might not relocate the correct address in function pointer. Check the following code: void Test(void...