Re: A86: Re: Unused data in MS byte of argument
[Prev][Next][Index][Thread]
Re: A86: Re: Unused data in MS byte of argument
In a message dated 1/5/99 5:46:46 PM Eastern Standard Time,
Ramen@globalfrontiers.com writes:
> I think (someone correct me if I'm wrong) that its failing to compile
> becuase the compiler doesn't know how many bytes each number should take.
If
> you put the numbers in the list in hex form it should work--- .db $1E0,
> $1EA, $1F1, $1F7 ect.....
>
not to be offensive or anything, but that's wrong. the compiler can convert
base 10 to binary quite easily. anyway, i already said in another e-mail that
it's because the data is too large to fit in a byte