Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/07/04 01:59
Read: times


 
#69968 - RE: Spliting code: bootloader / application
Responding to: ???'s previous message
Dear Sirs,

I just need to know if the following is enough:

1- jump table for all functions address
2- to fix segments address for all function parameters
3- global variables with fix address (using _at_)

So we will need :

For bootloaer
C51 boot.c
A51 jmps.a51
BL51 boot.obj, jmps.obj

For application part
C51 application.c
A51 equs.a51
BL51 application.obj, equs.obj

where:
jmps.a51 (jump table)
equs.a51 (address from bootloader functions)

Is these right ?

List of 12 messages in thread
TopicAuthorDate
Spliting code: bootloader / application            01/01/70 00:00      
   RE: Spliting code: bootloader / application            01/01/70 00:00      
      RE: Spliting code: bootloader / application            01/01/70 00:00      
         RE: Spliting code: bootloader / application            01/01/70 00:00      
         RE: Spliting code: bootloader / application            01/01/70 00:00      
            RE: Spliting code: bootloader / application            01/01/70 00:00      
               RE: Spliting code: bootloader / application            01/01/70 00:00      
   RE: Spliting code: bootloader / application            01/01/70 00:00      
      RE: Spliting code: bootloader / application            01/01/70 00:00      
         RE: Spliting code: bootloader / application            01/01/70 00:00      
         RE: Spliting code: bootloader / application            01/01/70 00:00      
            RE: Spliting code: bootloader / application            01/01/70 00:00      

Back to Subject List