i newbie in avr programming and i faced strange behavior to me during i made very simple program to check the cycle of program execution
As you can see from the snap shot of Code during execution then paused when reached the Braking point that the Cycle Counter is "458789" in processor status but as per code "while loop" will be exist when "CyclesNo" variable will "65535" so i expect that when Cycle Counter in processor status reached to "65535" should also "CyclesNo" variable reached to "65535"
but what happen when "CyclesNo" = 65535 the Cycle Counter is "458789" in processor status
Please advise