Some instructions in the AVR instruction-set share the same opcode but have a different mnemonic. Remove: - bclr (we already have cl<x>) - brcs (we already have brlo) There might be more, but I have to find them first.
Some instructions in the AVR instruction-set share the same opcode but have a different mnemonic.
Remove:
There might be more, but I have to find them first.