avra icon indicating copy to clipboard operation
avra copied to clipboard

`d` and `e` options act differently compared to `avrasm32`

Open sitd2813 opened this issue 3 years ago • 1 comments

I remember that avrasm32 does not produce debug file and EEPROM file if d and e option are not provided. However, avra produce both files by default even though I did not provided the options. If you do not have specific reason to keep this feature, how about changing the behavior to only produce those files if the options are provided?

sitd2813 avatar Jun 26 '21 18:06 sitd2813

Sorry for the late reply. I agree that outputting debug and EEPROM files by default is annoying. A semi-rewrite of some AVRA internals is underway, and I'll fix the d and e options as part of that.

Ro5bert avatar Jul 10 '21 21:07 Ro5bert