Re: A89: Distubing assembler error


[Prev][Next][Index][Thread]

Re: A89: Distubing assembler error




In a message dated 11/30/98 20:54:35 Eastern Standard Time, Daniel7073@aol.com
writes:

> That makes absolutely no sense.  As far as I know, no compiler (maybe
Pascal,
>  but I'm not sure) requires indentation.  Indentation is just used for
>  readability.
>  
>  I wonder why that would happen.


actually, in z80 every command must have at least some whitespace before it.
that way the compiler can distinguish between labels and opcodes.