I'm using the ATMega644, which has 64k of program memory according to the datasheet. When I compile my program in AVRStudio it says:
Program: 64260 bytes (98.1% Full)
(.text + .data + .bootloader)
Should I be concerned that the memory AVRStudio is reporting is over 64k even though it says I'm only at 98.1%?
Thanks,
James