avr-chat
[Top][All Lists]
Advanced

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

Re: [avr-chat] How to stop avr-gcc from replacing my code with ellipsis


From: David Kelly
Subject: Re: [avr-chat] How to stop avr-gcc from replacing my code with ellipsis
Date: Mon, 21 May 2012 14:19:37 -0500

On May 21, 2012, at 1:43 PM, Weddington, Eric wrote:

> Hi Omar,
> 
> How are you writing and compiling your code?

He said,
>> However when the code is compiled I get the following in the listing
>> file (generated with avr-objdump):

The NOPs are there, the addresses jump properly.

Reading the man page for avr-objdump I suspect this is the switch he wants:

       -z
       --disassemble-zeroes
           Normally the disassembly output will skip blocks of zeroes.  This
           option directs the disassembler to disassemble those blocks, just
           like any other data.

--
David Kelly N4HHE, address@hidden
============================================================
Whom computers would destroy, they must first drive mad.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]