Constant value

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Constant value

FloatingGhost
This post was updated on .
I'm trying the 16-bit increment, but I can't seem to get a 0000000000000001 constant to use Add16 with. How would I go about doing it?
Reply | Threaded
Open this post in threaded view
|

Re: Constant value

cadet1620
Administrator
FloatingGhost wrote
I'm trying the 16-bit increment, but I can't seem to get a 0000000000000001 constant to use Add16 with. How would I go about doing it?
Read appendix A.5.3 about buses. Use subscripting to connect b bit 0 to true and b bits 1-15 to false.

--Mark
Reply | Threaded
Open this post in threaded view
|

Re: Constant value

justin
Thanks Mark.  I was wondering this too.