Re: A86: Unused data in MS byte of argument


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

Re: A86: Unused data in MS byte of argument




that means that the data won't fit into the space defined. specifically, you
have numbers larger than one byte (255) being crammed into one byte. so the
extra data is the "Unused data".  put .dw instead of .db to fix it

In a message dated 1/5/99 4:42:06 PM Eastern Standard Time, Jeanne9005@aol.com
writes:

> 	That is the main error that I get when I try to build my program...What
>  exactly does that mean?  Here's one of the lines that causes it. (but it's 
> all
>  on one line)
>  
>  .db
>
480,490,497,503,510,519,527,534,542,550,557,563,570,578,582,589,597,601,608,
> 61
>  6,624,629,637,643,651,658,670,677,686,695,704,710,719,730,741,748,759,767,
> 777,
>  789,801,812,824,835	;List
>