Ro5bert / avra

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

Parenthesis should not require whitespace around them #54

Open srtlg opened 1 year ago

srtlg commented 1 year ago

For compatibility with AVRASМ2 аn expression with a parenthesis around should not require to be separated via whitespace from the previous token

.device atmega168
.macro DEST
        .dw @0
.endmacro
nop
KEYLOOP:
        DEST(KEYLOOP)
CableGuy67 commented 10 months ago

This solved issues I was having to build AmForth.