| ??? 08/03/03 14:01 Read: times |
#52011 - Function starting address in sdcc |
Dear all,
i am creating a small micro-kernel using paulmon kit(using 8052) and sdcc. My first aim is to run two tasks simultaneously in round robin scheduling. I am switching between the tasks whenever timer 0 overflows. I am changing the program counter. I am initiating task1 and after first overflow, the control switches from task1 to task2. for that i need to know the address where the task2 function is stored. is it possible to know address a function in the program. Note: I saw the .sym file produced by sdcc. It contains the address of all the functions, variables etc., but i need to know through my program. Any help will be appreciated with heartful thanks thanks & regards veeramanikandan c |
| Topic | Author | Date |
| Function starting address in sdcc | 01/01/70 00:00 | |
RE: Function starting address in sdcc | 01/01/70 00:00 |



