This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Two codes in Flash

Hi Everybody

I have 2 codes:
for example, First code :0x0000-0x1fff
second code : 0x3000 - 0x7fff

I want to learn " how can I run these codes together"

can anybody help me or suggest any source?

Parents
  • hi;
    my question is "how two applications can cooperate?"
    I have two programs.
    0000-7fff user space - user program can be change and program ISP
    f800-ffff boot space - main program can be program by parallel programmers.

    for example
    when I give an order, main program can do this (run or stop the user program).

    thanks for your interest.

Reply
  • hi;
    my question is "how two applications can cooperate?"
    I have two programs.
    0000-7fff user space - user program can be change and program ISP
    f800-ffff boot space - main program can be program by parallel programmers.

    for example
    when I give an order, main program can do this (run or stop the user program).

    thanks for your interest.

Children