Windows 7, 32
SimulIDE-R1894_Win32
In https://simulide.forumotion.com/t1064-about-working-with-avrasm2-assembler#4683 you helped me fix the flag EEWE of ATmega8 to let it reset from 1 to 0 by editing its line on
data/AVR/mega8/mega8_regs.xml:
So, I did the same (editing this line) for the trunk versions (including the last one) when an ATmega32 code uses EEWE.
(Sorry, I am not sure if this needs to be also fixed for some other MCUs of its family.)
SimulIDE-R1894_Win32
In https://simulide.forumotion.com/t1064-about-working-with-avrasm2-assembler#4683 you helped me fix the flag EEWE of ATmega8 to let it reset from 1 to 0 by editing its line on
data/AVR/mega8/mega8_regs.xml:
Change from this:
bits="EERE,EEWE,EEMWE,EERIE,0,0,0,0"
To this:
bits="EERE,EEWE|EEPE,EEMWE|EEMPE,EERIE,0,0,0,0"
So, I did the same (editing this line) for the trunk versions (including the last one) when an ATmega32 code uses EEWE.
(Sorry, I am not sure if this needs to be also fixed for some other MCUs of its family.)