Re: Debugging assembly



"rasega" <richi.rasega@xxxxxxxxx> wrote in message
news:1132849405.629421.162980@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Uhm, ok well,
> but the assembler don't seems to like this way ;-)
> and tells me just the number of errors :-((
>

Many assemblers provide you with listing files (.lst) that contain the
errorneous lines of the assembly program. When you run the assembler for you
code file, check if a similarly named .lst file appears in the directory.
This file usually contains the errors. Also, there might be a command-line
option to enable/disable the listing-file generation. The answer is to RTFM,
like someone so oftly put :)

- Antti Keskinen


.



Relevant Pages

  • Re: from elsewhere, an assembler
    ... note that often duplicating opcodes with different names leads to inflation ... my current assembler can't figure it out). ... Compile in memory? ... moved to listing files, but at present this is not needed (could make sense, ...
    (alt.lang.asm)
  • Re: Assembling Visual Studio generated listing files
    ... support assembling of the listing files. ... I wonder how the compiler itself works internally. ... compatible assembler file that can output ...
    (microsoft.public.vc.mfc)
  • Re: Debugging assembly
    ... rasega wrote: ... >Uhm, ok well, ... >but the assembler don't seems to like this way;-) ... Prev by Date: ...
    (comp.arch.embedded)
  • Re: Debugging assembly
    ... > Where to find the complete list of "assembly error codes" that the ... > assembler reports in the .lst file ?? ... In the manual for the assembler. ...
    (comp.arch.embedded)
  • Re: Debugging assembly
    ... > Uhm, ok well, ... If your assembler only tells you the number of errors and not what the ... James T. White ... Prev by Date: ...
    (comp.arch.embedded)