??? 06/01/08 13:29 Modified: 06/01/08 13:31 Read: times |
#155346 - Info exchange between different compilers |
Hi, I want to ask how can two hex files exchange information ?, how to make them exchange function calls ? in their source codes . Say I compile and put a hexfile generated with bascom to some memory location and compile and put another hex file generated with Keil C51 to some other memory location of the MCU . If pointers are to be dealt with Assembly can be used in bascom to point to any desired address . Any insight to the matter with a working example , may be exchange between C-code and C-code. Actually we intend to give some functions calls to the users of the hardware , so that they can also make their own program and exchange and modify the behaviour of our control logic as per their desire. It would be very nice if two different language compilers could exchange the info , as this *provides* versatility
Regards/ Ap Links seen: http://en.wikipedia.org/wiki/Finite_state_machine http://www.8052.com/forum/read.phtml?id=128718 http://www.8052.com/forum/read.phtml?id=74865 |