• storing two programs at different memory location
    Hello All, I want to write some algorithm (program) in C and store it in some specifc memory area .In between my assembly code I would like to call my C routine stored at specific memory location.I...
  • differences of absolute locations
    I want an instance of a structure to be put at a specific address in xdata. What is the difference between these declarations: #define tSetupPacket (* (tDEVICE_REQUEST xdata *)0xFF00) tDEVICE_REQUEST...
  • How to locate code in two different areas of memory
    Is it posibble to have part of the code located at 0x0000 to 0x03ff for example and then the remainder of the code at 0x1e00 to 0x1fff , with the area in between ( 0x0400 to 0x1dff ) being skipped.
  • running code in two different areas
    Hello all I want to run project which has two assembly files added to it.I am giving an example below.I have two assembly files named biggest.a and biggest_seg.a The program will find the biggest...
  • Code Banking: Different banks reference to a table that store in CODE memory
    Dear all, My project using code banking. I have a table that store in CODE memory(BANK1(?CO?MENUROOT(0x2000))). And my program in many Banks(Bank1, Bank2, Bank3......) reference to this table. But...