A85: Problem assembling 18K file with TASM


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

A85: Problem assembling 18K file with TASM



TASM seems to have problems when I compile my TI-85 ASM source, which is 18097 
bytes. It apparently doesn't read the whole file, because it complains about 
missing labels that are actually located at the end of the file, and the *.lst 
file it generates is incomplete. This occurs when I use the  -r12 command line 
parameter that two different documents about learning 85 ASM said I should 
use. When I omit the -r parameter, TASM says "tasm: Line too long in input 
file. (actual line follows):". When I change the parameter to something like 
-r18, it seems to have the same problem as when I use -r12.

How do I assembly my source then? Is there something I need to add to my *.ASM 
file, like extra instructions for TASM?
Thanks.
________________

Jeff Tyrrill
http://tyrrill-ticalc.home.ml.org/
http://ti-files.home.ml.org/


Follow-Ups: