Re: Debugging assembly
- From: "Antti Keskinen" <antti.keskinen@xxxxxxxxx>
- Date: Thu, 24 Nov 2005 21:44:01 +0200
"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
.
- References:
- Debugging assembly
- From: rasega
- Re: Debugging assembly
- From: cbarn24050
- Re: Debugging assembly
- From: rasega
- Debugging assembly
- Prev by Date: Re: Debugging assembly
- Next by Date: Re: Help Z180 Interrupt Vector INT0 Mode 2
- Previous by thread: Re: Debugging assembly
- Next by thread: Re: Debugging assembly
- Index(es):
Relevant Pages
|