Re: A86: Pixels & ASM Studio 86
[Prev][Next][Index][Thread]
Re: A86: Pixels & ASM Studio 86
Check the line just before the .end. If it's longer than 255 characters, then
that's your problem. Just add an extra slot in the line. Ex:
.db Stuff thats longer than 255 chars,0
change to
.db Stuff thats longer
.db than 255 chars,0
Glen
In a message dated 2/3/99 7:27:36 PM US Eastern Standard Time,
IVlusicman@aol.com writes:
>
> Is there a command that will turn all of the pixels off? Also, I
downloaded
> ASM Studio 86, and wherever the ".end" is, I will get this error: (this
> line)
> "Is too long. (>255 chars). What does this mean? What am I doing wrong?
> It
> seems like a flaw in the program, but I don't exactly completely know what
I'
> m
> doing yet as far as compiling goes. Any suggestions, criticizms, etc.
would
> be greatly appreciated. :)
>
> Thanx
> --Ryan Child