Quote Originally Posted by DarkDragon View Post
I don't think that's a bug... just part of the ZASM spec. Every line begins with a label and a space, and if there is no label, there must still be a space.
Are you saying that the spec is:

LABEL SPACE INSTRUCTION <VALUES>

?

Or by label, do you mean instruction? If so, then this is still odd, because it does not see the first instruction without a leading space. CR should e treated as a space in the spec, too, FWIW.