in reply to Re^3: Bit string manipulation made easy with Bit::Manip
in thread Bit string manipulation made easy with Bit::Manip
Bingo!
While not necessary, it seems that clr would complete the API. As an old assembly coder, I think in terms of setting, clearing and flipping/toggling bits.
As a minor nit pick... Setting a bit "on" or "off" doesn't tell you if the hardware is turning a device "on" or "off". Depends on how the designer set up the hardware. Active high? Active low? Could be either.
James
There's never enough time to do it right, but always enough time to do it over...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Bit string manipulation made easy with Bit::Manip
by stevieb (Canon) on Feb 01, 2017 at 20:21 UTC | |
by jmlynesjr (Deacon) on Feb 02, 2017 at 15:38 UTC |