Re: A85: Problem assembling 18K file with TASM


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

Re: A85: Problem assembling 18K file with TASM



Michael Pearce wrote:
> 
> Have you tried splitting up your source file, compiling them
> separately, and then linking together the object files?  That should
> clear up the problem, i would think.  Then again, i have never
> actually tried to do this in tasm, so i'm not sure.
> 
> -mike pearce

The problem with splitting up the source might be, if he jumps from a
location in the first part of the source to a location in the second,
TASM will probably give an error, stating that there is no matching
label...
-- 
* * * * * * * * * * * * * * * * * * *
* ~mozart <mozart@technologist.com> *
* * * * * * * * * * * * * * * * * * *


References: