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