A89: How do I do lists and reference them in ASM


[Prev][Next][Index][Thread]

A89: How do I do lists and reference them in ASM




I have been working on the program CHEMDATA, and have included quite a bit of 
extra info(Now has 125 IONS).  This, however, has made the program 
exceptionally large.  (A just text program that's over 13Kb).  So, my 
question is that is there a way to control a LIST or DATA, prefereably a DATA 
variable, that I can use in the ASM program without making the program much 
bigger?

Pete