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

macro declaration failed but dasm returns no errorlevel

thomas374b opened this issue · comments

when you miss an 'endm' statement or you have too much recursions in macro declaration, dasm exits with an error message (which is expected) but without returning errorlevel.

dasm should return an errorcode to signal the caller that the intermediate build results are invalid (needed for proper handling in Makefiles)

fixed in 2.20.14 release