Generating Assembly Listings
摘要
The chapter describes a method of getting the avr-gcc compiler to automatically create Assembly Language listings of any sketch, but particularly C\(++\), that is compiled. It does this by creating a post link recipe in platform.local.txt to call the avr-objdump utility after each compilation. This is not quite as straight forward as it sounds!