5 Ok so basically what I need for the register sets are integer and floating
6 point ones. They normally are combined, which can be troublesome in some
11 Also, I believe `RegisterList` should be returned instead of `Set` I suppose.
12 Also, it would be an error for `RegisterList` to contain copies of the same
13 register. So I suppose what I should do is have a comparable for it. Then each
14 register specified would be truly unique. It does not make sense at all for
15 `RegisterList` to contain multiple copies of the same register. However, the
16 order would still be significant.
20 Well, `AbstractCollection` has undefined `equals` and `hashCode`.