• far const declaration
    Hello, I'm using Silab IDE Simplicity Studio and MCU EFM8BB31F16GB. I'm try to locate const array in code memroy space, but I've been not able to find the correct syntax to do that. Searching the...
  • Cx51 "const far" struct declaration
    Hello, I'm having some problems regarding const far memory type in Cx51... Using the following declarations, the variables aren't being initialized correctly, and accessing them, results in values...
  • FAR routines
    I use xbanking.a51 code for far pointers, where defined routines (?C?CLDXPTR, ?C?CSTXPTR, ...). When i use FVAR, disassemler show me that linker use C:0x0E35 120572 LCALL C?CLDPTR(C:0572) ...
  • far memory
    Hi All, I wrote the follwing: char far *fp; fp = (long) 0x1e00a5; *fp = 0x89; tmp = *fp; expecting to see value 0x89 at far address 0x1e00a5. on the debugger >D X:0x1e00a5 results...
  • Far Memory
    In the new update pakage there is a subdirectory ..\c51\examples\farmemroy\4MB variable on clasic 8051, the project file "Far 8051" in this DIR can be compiled correct without any error,but when I use...