Posted By
bubis on 2002-11-02
| Help! How to call the RUN routine
Hi!
I want to RUN a basic program to calc something with a JSR but I don't know what address to call. Please help!
bubis
|
|
Posted By
Gaia on 2002-11-02
| RUN
Try this...
. JSR $8BBE . JMP $8BDC
Regards,
|
|
Posted By
bubis on 2002-11-04
| thanx
Thanx. I will try. I solved the problem by writing the command into the key-buffer but this will be better.
|
|
Posted By
bubis on 2002-11-04
| anyway
Anyway this will make the precalculations to our 16K demo (for Lavina's compo). I need this because the Exomizer can't just run a basic program, it needs a sys address.
|
|
Posted By
bubis on 2002-11-05
| it works
I've tried, it works. Thanx!
|
|