dasm-assembler / dasm

Macro assembler with support for several 8-bit microprocessors

Home Page:https://dasm-assembler.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

invalid (?) "#" usage

andrew-davie opened this issue · comments

The assembler accepts the placement of a "#" directly before a mnemonic. e.g., #jsr test
This seems to be an error to me.

I suspect it is the result of the option that allows # in front of directives, such as #if. I agree this side effect isn't desired.