eeprom_read_byte returns a uint8_t. Why does it clear r25?
eerd_byte.S:
clr ret_hiDoes the AVR ABI require that r25 be zeroed in a function returning a single byte? If not, this instruction could be removed. Cheers, Shaun _______________________________________________ AVR-libc-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-libc-dev
