#: 3445 S10/Tandy CoCo
13-May-90 09:25:03
Sb: #3441-#c-array initialization
Fm: Bruce MacKenzie 71725,376
To: Bob van der Poel 76510,2203 (X)
If I understand you correctly, what you're trying to do is set up a large look
up table of constants and you don't want to waste run time and/or memory by
setting it up in data memory. One way to do this is to employ a stand alone
data module which you access via modlink(). This requires a separate program
to generate the memory module which you then merge with your object program. I
uploaded a file, DATGEN.AR, to LIB 3 a few months back showing how this can be
done. Have a look at this file and see if you can apply it to your problem.
There is 1 Reply.
|