[A83] Re: Tasm Line Numbering


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

[A83] Re: Tasm Line Numbering




You might want to use the [yourfile].lst file (sometimes temp.lst or something like that with ion batch files). It gives line numbers, and lists errors right 
after the buggy statement or command.

 
> 
> Are you trying to hunt down a error somewhere on line 654?  Its often
> helpful to put an error into your code so you can systematically hunt down
> that line with an error w/o actually counting from line 1.
> Brandon Sterner
> 
> On Sat, 20 Oct 2001, Micke Prag wrote:
> 
> > 
> > First line = 1
> > Blank lines also counts.
> > 
> > On Saturdayen den 20 October 2001 00:49, you wrote:
> > > When you TASM gives you errors, and it shows line numbers, is the first
> > > line in the entire source line 1 or line 0? Also, do blank lines count as
> > > actual lines?
> > >
> > > Thanks,
> > > darkfire139@aol.com
> > 
> > 
> > 
> 
> 
> 





Follow-Ups: References: