• --xref linker option print not coming in stdout
    As per documentation the linker option --xref would prints the external references to stdout. Couldn't find any reference to malloc in the output log file( OUTPUTFILE.TXT ) generated. Following command...
  • --xref linker option print not coming in stdout
    As per documentation the linker option --xref would prints the external references to stdout. Couldn't find any reference to malloc in the output log file( OUTPUTFILE.TXT ) generated. Following command...
  • XDATA BANKING WITH AN XDATA PORT # FOR CODE AN XDATA
    PK51 KIT 7.0 ATMEL AT89S8252 (classic 8052 with 8 flash) I'M USING A HARDWARE THAT HAVE 16*32k code and 4*32k xdata. Bank switch is performed with xdata port 0x1400 for code and with port 0x1800 for...
  • XDATA BANKING WITH AN XDATA PORT # FOR CODE AN XDATA
    PK51 KIT 7.0 ATMEL AT89S8252 (classic 8052 with 8 flash) I'M USING A HARDWARE THAT HAVE 16*32k code and 4*32k xdata. Bank switch is performed with xdata port 0x1400 for code and with port 0x1800 for...
  • Copy xdata to xdata
    How to copy array xbyte memory from one address(xdata) to another(xdata address) and use autoincrement DPTR to make it faster in Cx51? I have selected "use multiply DPTR register" in projects for target...