|
|
|
|
|
by spc476
3676 days ago
|
|
And I find the bit manipulations easier to grok (then again, I know several different assembly languages and have been programming in C for years). As for the bit ranges, it looks backwards to me, since bits are normally numbered high to low. I would find it easier to read if it read: self.0.set_range(3..0, stack_index);
I can "see" that much easier. |
|