Ro5bert / avra

Assembler for the Atmel AVR microcontroller family
GNU General Public License v2.0
156 stars 40 forks source link

make the register aliases XYZ case-insensitive #52

Open srtlg opened 2 years ago

srtlg commented 2 years ago

The register names are case insensitive, e.g. R0 and r0 are equal. Thus it makes sense that their aliases are also. (amforth contains such examples)