Timothy Miller wrote:
On 7/11/06, Jared Putnam <[EMAIL PROTECTED]> wrote:
> SEND
> SEND 0
>
> Or are these equivalent?
>
> SEND
> SEND 1
Probably the latter. Also, the max count is 4096, since [20:9] is 12
bits.
For the sake of simplification of the hardware, I'm wasting half the
possible counter values.
Ooops, perhaps my code is not quite correct after all. This I used the
width of the bit field to calculate the max value when "complementing" a
number. However since I defined the bit field as 20:9, I would use 4097
to calculate the complement. The actual argument goes in bits 19:9 and
bit 20 should be 0.
Patrick M
_______________________________________________
Open-graphics mailing list
[email protected]
http://lists.duskglow.com/mailman/listinfo/open-graphics
List service provided by Duskglow Consulting, LLC (www.duskglow.com)